ServerSetupAdapter.AgentStartMode 속성
Gets or sets the start mode for the SQL Server Agent service.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property AgentStartMode As ServiceStartMode
Get
‘사용 방법
Dim instance As ServerSetupAdapter
Dim value As ServiceStartMode
value = instance.AgentStartMode
public ServiceStartMode AgentStartMode { get; }
public:
virtual property ServiceStartMode AgentStartMode {
ServiceStartMode get () sealed;
}
abstract AgentStartMode : ServiceStartMode
override AgentStartMode : ServiceStartMode
final function get AgentStartMode () : ServiceStartMode
속성 값
유형: Microsoft.SqlServer.Management.Smo.ServiceStartMode
A ServiceStartMode object value that specifies the start mode for the SQL Server Agent service.
구현
IServerSetupFacet.AgentStartMode
예
See Also