ServerEventArgs.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.