إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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.