ServerEventArgs.Spid Property

Definition

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

public:
 property int Spid { int get(); };
public int Spid { get; }
member this.Spid : int
Public ReadOnly Property Spid As Integer

Property Value

An Int32 value that specifies the event SPID.

Examples

Handling SMO Events

Applies to