Compartir a través de


Event.Key Constructor (Event.Key)

Initializes a new instance of Event.Key class from another Event.Key object.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public Sub New ( _
    other As Event.Key _
)
'Uso
Dim other As Event.Key 

Dim instance As New Event.Key(other)
public Key(
    Event.Key other
)
public:
Key(
    Event.Key^ other
)
new : 
        other:Event.Key -> Key
public function Event.Key(
    other : Event.Key
)

Parámetros

Vea también

Referencia

Event.Key Clase

Sobrecarga de Event.Key

Espacio de nombres Microsoft.SqlServer.Management.XEvent