Constructeur ConnectionInfoBase (ConnectionType)
Initializes a new instance of the ConnectionInfoBase class with the specified connection type.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
serverType As ConnectionType _
)
'Utilisation
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
)
Paramètres
- serverType
Type : Microsoft.SqlServer.Management.Common.ConnectionType
A ConnectionType object value that specifies the type of connection.