Spid プロパティ
イベントのサーバー プロセス識別子 (SPID) を取得します。
名前空間: 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
イベントの SPID を示す Int32 値です。