ConnectionType-Enumeration

Die ConnectionType-Enumeration enthält Werte, mit denen der Typ des Servers angegeben wird, mit dem die Verbindung hergestellt wird.

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

Syntax

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

Elemente

Elementname Beschreibung
AzureStorage Ein SQL Azure-Dienst.
IntegrationServer Ein Integration Services-Dienst.
Olap Ein Analysis Services-OLAP (Online Analytical Processing)-Server.
ReportServer Ein Reporting Services-Server.
Sql Eine SQL Server-Instanz.
SqlCE Eine SQL Server CE-Instanz.
SqlConnection Eine SQL Server-Instanz.
WmiManagementScope Ein WMI-Namespace.

Hinweise

Die ConnectionType-Klasse wird von der ConnectionInfoBase-Klasse behandelt.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Common-Namespace