Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The JobServerType enumeration is a list of constant values that specify the type of server with regard to multiserver or stand-alone administration.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration JobServerType
'Usage
Dim instance As JobServerType
public enum JobServerType
public enum class JobServerType
type JobServerType
public enum JobServerType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The JobServerType enumeration class is served by the JobServerType property.