ServerType Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The ServerType enumeration contains values that are used to specify whether the server is part of a multi-server administration matrix.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Enumeration ServerType
public enum ServerType
public enum class ServerType
public enum ServerType
public enum ServerType

Members

Member name Description
Singleton  

Remarks

The ServerType enumeration class is served by the Server class and ServerGroup class.

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.

Target Platforms

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

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace