Compartilhar via


Propriedade do RDL TraceEventArgs.Spid

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.AnalysisServices