AdomdConnection.Open 方法

Opens a connection with an analytical data source by using the settings specified in the ConnectionString property of the AdomdConnection.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Sub Open
用法
Dim instance As AdomdConnection

instance.Open()
public void Open()
public:
virtual void Open() sealed
abstract Open : unit -> unit  
override Open : unit -> unit
public final function Open()

实现

IDbConnection.Open()

注释

The Open method establishes a connection to an analytical data source. If the SessionID property is set to a valid active session ID, the Open method uses the specified session. Otherwise, the Open method requests a new session before connecting.

If the Catalog connection string setting in the ConnectionString property specifies a local cube (.cub) file, a local connection is opened using the local cube file.

请参阅

参考

AdomdConnection 类

Open 重载

Microsoft.AnalysisServices.AdomdClient 命名空间