다음을 통해 공유


AgentShutdownWaitTime 속성

Gets or sets the time that SQL Server Agent waits for jobs to complete execution before shutting down.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property AgentShutdownWaitTime As Integer
    Get
    Set
‘사용 방법
Dim instance As JobServer
Dim value As Integer

value = instance.AgentShutdownWaitTime

instance.AgentShutdownWaitTime = value
[SfcPropertyAttribute]
public int AgentShutdownWaitTime { get; set; }
[SfcPropertyAttribute]
public:
property int AgentShutdownWaitTime {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute>]
member AgentShutdownWaitTime : int with get, set
function get AgentShutdownWaitTime () : int
function set AgentShutdownWaitTime (value : int)

속성 값

형식: System. . :: . .Int32
An Int32 value that specifies the time that SQL Server Agent waits before shutting down in seconds.