TraceEventArgs.Spid Property
Gets the active server process identifier (SPID) on which to execute the parent object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public ReadOnly Property Spid As String
public string Spid { get; }
public:
property String^ Spid {
String^ get ();
}
/** @property */
public String get_Spid ()
public function get Spid () : String
Valor de propiedad
A String containing the active server process identifier (SPID) on which to execute the parent object.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
TraceEventArgs Class
TraceEventArgs Members
Microsoft.AnalysisServices Namespace