Share via


Target.Key Constructor (Target.Key)

Initializes a new instance of the Target.Key class.

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

Syntax

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

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

Parameters

See Also

Reference

Target.Key Class

Target.Key Overload

Microsoft.SqlServer.Management.XEvent Namespace