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