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
- conn
Type : Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
A SqlOlapConnectionInfoBase object value on which to base the new object.
Voir aussi
Référence
SqlOlapConnectionInfoBase Classe