Share via


EventColumnInfo.Key Constructor (EventColumnInfo.Key)

Creates a new instance of the EventColumnInfo.Key class from another object.

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

Syntax

'Declaration
Public Sub New ( _
    other As EventColumnInfo.Key _
)
'Usage
Dim other As EventColumnInfo.Key 

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

Parameters

See Also

Reference

EventColumnInfo.Key Class

EventColumnInfo.Key Overload

Microsoft.SqlServer.Management.XEvent Namespace