Share via


Event.Key Constructor (Event.Key)

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

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public Sub New ( _
    other As Event.Key _
)
'Usage
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
)

Parameters

See Also

Reference

Event.Key Class

Event.Key Overload

Microsoft.SqlServer.Management.XEvent Namespace