Construtor ConnectionInfoBase (ConnectionType)
Inicializa uma nova instância da classe ConnectionInfoBase com o tipo de conexão especificado.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Protected Sub New ( _
serverType As ConnectionType _
)
'Uso
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
)
Parâmetros
- serverType
Tipo: Microsoft.SqlServer.Management.Common.ConnectionType
Um valor do objeto ConnectionType que especifica o tipo de conexão.