AgentAlertJob-Eigenschaft
Ruft ein Objekt ab, das angibt, ob Warnungen und Aufträge von SQL Server-Agents in das Skript eingefügt werden sollen.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AgentAlertJob As ScriptOption
Get
'Usage
Dim value As ScriptOption
value = ScriptOption.AgentAlertJob
public static ScriptOption AgentAlertJob { get; }
public:
static property ScriptOption^ AgentAlertJob {
ScriptOption^ get ();
}
static member AgentAlertJob : ScriptOption
static function get AgentAlertJob () : ScriptOption
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
Ein ScriptOption-Objekt, das AgentAlertJob in den Skriptoptionen darstellt.