Свойство TraceEventArgs.Spid
Gets the active server process identifier (SPID) on which to execute the parent object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Spid As String
Get
'Применение
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
Значение свойства
Тип: System.String
A String containing the active server process identifier (SPID) on which to execute the parent object.