Compartir a través de


TraceEventArgs.SessionType Propiedad

Gets the session type associated with a TraceEventArgs object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property SessionType As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The session type.

Vea también

Referencia

TraceEventArgs Clase

Espacio de nombres Microsoft.AnalysisServices