Proprietà TraceEventArgs.SessionID
Gets the session identifier associated with a TraceEventArgs object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property SessionID As String
Get
'Utilizzo
Dim instance As TraceEventArgs
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
The session identifier.