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.

请参阅

参考

Microsoft.SqlServer.Management.Smo.Agent 命名空间