SessionType propriété
Gets the session type associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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 la propriété
Type : System. . :: . .String
The session type.
Voir aussi