Wyliczenie JobServerType
JobServerType Wyliczenie jest lista stała wartości określające typ serwera, w odniesieniu do administracji propagując lub autonomicznych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.SqlEnum (w Microsoft.SqlServer.SqlEnum.dll)
Składnia
'Deklaracja
Public Enumeration JobServerType
'Użycie
Dim instance As JobServerType
public enum JobServerType
public enum class JobServerType
type JobServerType
public enum JobServerType
Elementy członkowskie
Nazwa elementu członkowskiego | Opis | |
---|---|---|
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. | |
Msx | The instance of Microsoft SQL Server is a master server where the job commands originate. |