Spid Propiedad
Gets the server process identifier (SPID) of the event.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Spid As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies the event SPID.
Vea también