Propriété SessionID
Gets the session ID for the server.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SessionID As String
Get
'Utilisation
Dim instance As Server
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 containing the session ID.