Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- other
Type: Microsoft.SqlServer.Management.Dmf.ObjectSet.Key
A ObjectSet.Key value that specifies the other key.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.