Proprietà SessionID
Gets the session identifier for the current AdomdConnection.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property SessionID As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A string with the session identifier.
Vedere anche