SqlOlapConnectionInfoBase Constructor (ConnectionType)
Initializes a new instance of the SqlOlapConnectionInfoBase class.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
Protected Sub New ( _
serverType As ConnectionType _
)
'Uso
Dim serverType As ConnectionType
Dim instance As New SqlOlapConnectionInfoBase(serverType)
protected SqlOlapConnectionInfoBase(
ConnectionType serverType
)
protected:
SqlOlapConnectionInfoBase(
ConnectionType serverType
)
new :
serverType:ConnectionType -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
serverType : ConnectionType
)
Parámetros
- serverType
Tipo: Microsoft.SqlServer.Management.Common. . :: . .ConnectionType
A ConnectionType object value that specifies the type of connection.