Partager via


Constructeur SqlOlapConnectionInfoBase (ConnectionType)

Initializes a new instance of the SqlOlapConnectionInfoBase class.

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 SqlOlapConnectionInfoBase(serverType)
protected SqlOlapConnectionInfoBase(
    ConnectionType serverType
)
protected:
SqlOlapConnectionInfoBase(
    ConnectionType serverType
)
new : 
        serverType:ConnectionType -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
    serverType : ConnectionType
)

Paramètres