共用方式為


CurrentConnection 屬性

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Shared ReadOnly Property CurrentConnection As AdomdConnection
    Get
'用途
Dim value As AdomdConnection

value = Context.CurrentConnection
public static AdomdConnection CurrentConnection { get; }
public:
static property AdomdConnection^ CurrentConnection {
    AdomdConnection^ get ();
}
static member CurrentConnection : AdomdConnection
static function get CurrentConnection () : AdomdConnection