Context.CurrentConnection 屬性
Gets the current connection.
命名空間: 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
屬性值
型別:Microsoft.AnalysisServices.AdomdServer.AdomdConnection
The current connection.