SqlAgentAutoStart Propiedad
Gets or sets the Boolean property value that specifies whether SQL Server Agent is automatically started.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public Property SqlAgentAutoStart As Boolean
Get
Set
'Uso
Dim instance As JobServer
Dim value As Boolean
value = instance.SqlAgentAutoStart
instance.SqlAgentAutoStart = value
[SfcPropertyAttribute]
public bool SqlAgentAutoStart { get; set; }
[SfcPropertyAttribute]
public:
property bool SqlAgentAutoStart {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member SqlAgentAutoStart : bool with get, set
function get SqlAgentAutoStart () : boolean
function set SqlAgentAutoStart (value : boolean)
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether SQL Server Agent is automatically started.
If True, SQL Server Agent is automatically started.
If False, (default), SQL Server Agent is not automatically restarted.