ServerType-Enumeration

Die ServerType-Enumeration enthält Werte, die die unterschiedlichen SQL Server-Diensttypen angeben.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public Enumeration ServerType
'Usage
Dim instance As ServerType
public enum ServerType
public enum class ServerType
type ServerType
public enum ServerType

Elemente

Elementname Beschreibung
AnalysisServices Analysis Services
DatabaseEngine SQL Server Database Engine (Datenbankmodul)
IntegrationServices Integration Services
ReportingServices Reporting Services
SqlServerCompactEdition SQL Server Compact Edition
SqlServerEverywhere Veraltet SQL Server Everywhere

Siehe auch

Verweis

Microsoft.SqlServer.Management.Common-Namespace