ServerEventArgs.Spid 屬性

定義

取得事件的伺服器處理序識別碼 (SPID)。

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

屬性值

Int32

指定事件 SPID 的 Int32 值。

範例

處理 SMO 事件

適用於