Costruttore SqlOlapConnectionInfoBase (ConnectionType)
Initializes a new instance of the SqlOlapConnectionInfoBase class.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
serverType As ConnectionType _
)
'Utilizzo
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
)
Parametri
- serverType
Tipo: Microsoft.SqlServer.Management.Common.ConnectionType
A ConnectionType object value that specifies the type of connection.
Vedere anche
Riferimento
SqlOlapConnectionInfoBase Classe