Share via


EventField.Key Constructor (EventField.Key)

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

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

Parameters

See Also

Reference

EventField.Key Class

EventField.Key Overload

Microsoft.SqlServer.Management.XEvent Namespace