Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der ConnectionInfoBase-Klasse mit dem angegebenen Verbindungstyp.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Protected Sub New ( _
serverType As ConnectionType _
)
'Usage
Dim serverType As ConnectionType
Dim instance As New ConnectionInfoBase(serverType)
protected ConnectionInfoBase(
ConnectionType serverType
)
protected:
ConnectionInfoBase(
ConnectionType serverType
)
new :
serverType:ConnectionType -> ConnectionInfoBase
protected function ConnectionInfoBase(
serverType : ConnectionType
)
Parameter
- serverType
Typ: Microsoft.SqlServer.Management.Common.ConnectionType
Ein ConnectionType-Objektwert, der den Verbindungstyp angibt.