Поделиться через


Свойство Spid

Gets the server process identifier (SPID) of the event.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Spid As Integer
    Get
'Применение
Dim instance As ServerEventArgs
Dim value As Integer

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

Значение свойства

Тип: System. . :: . .Int32
An Int32 value that specifies the event SPID.