AdomdConnection.SessionID 属性

Gets the session identifier for the current AdomdConnection.

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

语法

声明
Public ReadOnly Property SessionID As String 
    Get
用法
Dim instance As AdomdConnection 
Dim value As String 

value = instance.SessionID
public string SessionID { get; }
public:
property String^ SessionID {
    String^ get ();
}
member SessionID : string
function get SessionID () : String

属性值

类型:System.String
A string with the session identifier.

请参阅

参考

AdomdConnection 类

Microsoft.AnalysisServices.AdomdServer 命名空间