Share via


AdomdConnection.Open Method (String)

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

See Also

Reference

AdomdConnection Class

Open Overload

Microsoft.AnalysisServices.AdomdClient Namespace