Propriété TraceEventArgs.SessionType

Gets the session type associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SessionType As String 
    Get
'Utilisation
Dim instance As TraceEventArgs 
Dim value As String 

value = instance.SessionType
public string SessionType { get; }
public:
property String^ SessionType {
    String^ get ();
}
member SessionType : string
function get SessionType () : String

Valeur de propriété

Type : System.String
The session type.

Voir aussi

Référence

TraceEventArgs Classe

Espace de noms Microsoft.AnalysisServices