Share via


ObjectSet.Key Constructor (ObjectSet.Key)

Initializes a new instance of the ObjectSet.Key class based on the specified key.

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

Syntax

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

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

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

ObjectSet.Key Class

ObjectSet.Key Overload

Microsoft.SqlServer.Management.Dmf Namespace