Share via


JobServerType Enumeration

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
public enum JobServerType
public enum class JobServerType
public enum JobServerType
public enum JobServerType

Members

Member name Description
Msx  
Standalone  
Tsx  

Remarks

The JobServerType enumeration class is served by the JobServerType property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Smo.Agent Namespace