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
'Bildirim
<SfcPropertyAttribute> _
Public ReadOnly Property JobServerType As JobServerType
[SfcPropertyAttribute]
public JobServerType JobServerType { get; }
[SfcPropertyAttribute]
public:
property JobServerType JobServerType {
JobServerType get ();
}
/** @property */
public JobServerType get_JobServerType ()
public function get JobServerType () : JobServerType
Property Value
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.