Méthode AdomdConnection.Open (String)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Opens a connection with an analytical data source by using the specified path..
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Sub Open ( _
path As String _
)
'Utilisation
Dim instance As AdomdConnection
Dim path As String
instance.Open(path)
public void Open(
string path
)
public:
void Open(
String^ path
)
member Open :
path:string -> unit
public function Open(
path : String
)
Paramètres
- path
Type : System.String
The path.