JobServer.AgentShutdownWaitTime Property
Gets or sets the time that SQL Server Agent waits for jobs to complete execution before shutting down.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property AgentShutdownWaitTime As Integer
Get
Set
'Usage
Dim instance As JobServer
Dim value As Integer
value = instance.AgentShutdownWaitTime
instance.AgentShutdownWaitTime = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public int AgentShutdownWaitTime { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property int AgentShutdownWaitTime {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member AgentShutdownWaitTime : int with get, set
function get AgentShutdownWaitTime () : int
function set AgentShutdownWaitTime (value : int)
Property Value
Type: System.Int32
An Int32 value that specifies the time that SQL Server Agent waits before shutting down in seconds.