Propriété ScriptOption.AgentJobId
Gets an object that specifies whether to include SQL Server Agent alerts and jobs in the script.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property AgentJobId As ScriptOption
Get
'Utilisation
Dim value As ScriptOption
value = ScriptOption.AgentJobId
public static ScriptOption AgentJobId { get; }
public:
static property ScriptOption^ AgentJobId {
ScriptOption^ get ();
}
static member AgentJobId : ScriptOption
static function get AgentJobId () : ScriptOption
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents AgentJobId in the scripting options.