Propriedade do RDL AdomdConnection.SessionID
Gets the session identifier for the current AdomdConnection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Property SessionID As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A string with the session identifier.