Action.Key Constructor (Action.Key)

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

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

Parameters

See Also

Reference

Action.Key Class

Action.Key Overload

Microsoft.SqlServer.Management.XEvent Namespace