Compartir a través de


TraceEventArgs.Spid Propiedad

Gets the active server process identifier (SPID) on which to execute the parent object.

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

Sintaxis

'Declaración
Public ReadOnly Property Spid As String 
    Get
'Uso
Dim instance As TraceEventArgs 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A String containing the active server process identifier (SPID) on which to execute the parent object.

Vea también

Referencia

TraceEventArgs Clase

Espacio de nombres Microsoft.AnalysisServices