JobServerType 열거형
The JobServerType enumeration is a list of constant values that specify the type of server with regard to multiserver or stand-alone administration.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)
구문
‘선언
Public Enumeration JobServerType
‘사용 방법
Dim instance As JobServerType
public enum JobServerType
public enum class JobServerType
type JobServerType
public enum JobServerType
멤버
멤버 이름 | 설명 | |
---|---|---|
Msx | The instance of Microsoft SQL Server is a master server where the job commands originate. | |
Standalone | The instance of Microsoft SQL Server is a stand-alone server and the job is issued and run locally. | |
Tsx | The instance of Microsoft SQL Server is a target server where the job command is run after it is received from a remote master server. |
주의
The JobServerType enumeration class is served by the JobServerType property.