Propriété TraceEventArgs.Spid

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

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

Syntaxe

'Déclaration
Public ReadOnly Property Spid As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TraceEventArgs Classe

Espace de noms Microsoft.AnalysisServices