다음을 통해 공유


JobServerType 속성

Gets or sets the type of job server with regard to multiserver administration.

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

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property JobServerType As JobServerType
    Get
‘사용 방법
Dim instance As JobServer
Dim value As JobServerType

value = instance.JobServerType
[SfcPropertyAttribute]
public JobServerType JobServerType { get; }
[SfcPropertyAttribute]
public:
property JobServerType JobServerType {
    JobServerType get ();
}
[<SfcPropertyAttribute>]
member JobServerType : JobServerType
function get JobServerType () : JobServerType

속성 값

형식: Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobServerType
A JobServerType object value that specifies the type of job server, such as a multiserver master server, multiserver target server, or a stand-alone server.