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
- other
Tipo: Microsoft.SqlServer.Management.XEvent.Event.Key
A Event.Key object.