Share via


Constructeur SqlOlapConnectionInfoBase (SqlOlapConnectionInfoBase)

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 ( _
    conn As SqlOlapConnectionInfoBase _
)
'Utilisation
Dim conn As SqlOlapConnectionInfoBase

Dim instance As New SqlOlapConnectionInfoBase(conn)
protected SqlOlapConnectionInfoBase(
    SqlOlapConnectionInfoBase conn
)
protected:
SqlOlapConnectionInfoBase(
    SqlOlapConnectionInfoBase^ conn
)
new : 
        conn:SqlOlapConnectionInfoBase -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
    conn : SqlOlapConnectionInfoBase
)

Paramètres