Propriété SessionID
Gets the session identifier for the current AdomdConnection.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SessionID As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string with the session identifier.