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.