Share via


EventInfo.Key Constructor (EventInfo.Key)

Initializes a new instance of the EventInfo.Key class from another EventInfo.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 EventInfo.Key _
)
'Usage
Dim other As EventInfo.Key 

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

Parameters

See Also

Reference

EventInfo.Key Class

EventInfo.Key Overload

Microsoft.SqlServer.Management.XEvent Namespace