Właściwość ServerEventArgs.Spid
Pobiera identyfikator procesu serwera (SPID) zdarzenie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property Spid As Integer
Get
'Użycie
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
Wartość właściwości
Typ: System.Int32
Int32 Wartość, która określa zdarzenie SPID.