Share via


MapValueInfo.Key Constructor (MapValueInfo.Key)

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

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

Parameters

See Also

Reference

MapValueInfo.Key Class

MapValueInfo.Key Overload

Microsoft.SqlServer.Management.XEvent Namespace