Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Opens a connection with an analytical data source by using the specified path..
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub Open ( _
path As String _
)
'Usage
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
)
Parameters
- path
Type: System.String
The path.