Constructeur OlapConnectionInfo (OlapConnectionInfo)
This constructor supports the SMO infrastructure and is not intended to be used directly from your code.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
conn As OlapConnectionInfo _
)
'Utilisation
Dim conn As OlapConnectionInfo
Dim instance As New OlapConnectionInfo(conn)
public OlapConnectionInfo(
OlapConnectionInfo conn
)
public:
OlapConnectionInfo(
OlapConnectionInfo^ conn
)
new :
conn:OlapConnectionInfo -> OlapConnectionInfo
public function OlapConnectionInfo(
conn : OlapConnectionInfo
)
Paramètres
- conn
Type : Microsoft.SqlServer.Management.Common.OlapConnectionInfo
An OlapConnectionInfo object.