AdomdConnection.SessionID 속성

Gets or sets the string identifier of the session that the AdomdConnection opened with the server.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public Property SessionID As String 
    Get 
    Set
‘사용 방법
Dim instance As AdomdConnection 
Dim value As String 

value = instance.SessionID

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

속성 값

유형: System.String
A string that contains a string identifier that represents the unique ID of a session.

예외

예외 조건
System.InvalidOperationException

The session ID was set after the connection was opened.

주의

The value of this property can only be set before the connection is opened.

Each session has a unique ID for connection purposes. You can use this property, along with the Open and Close methods, to pool sessions. Because an AdomdConnection can be destroyed without destroying the session, the session ID can be used to maintain state by reconnecting to a specific active session.

참고 항목

참조

AdomdConnection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스