JobServer.JobServerType Property
Gets or sets the type of job server with regard to multiserver administration.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property JobServerType As JobServerType
Get
'Usage
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
Property Value
Type: 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.