Freigeben über


ObjectSet.Key-Konstruktor (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
)

Parameter

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ObjectSet.Key Klasse

ObjectSet.Key-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace