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 TargetSetLevel.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 TargetSetLevel.Key _
)
'Usage
Dim other As TargetSetLevel.Key
Dim instance As New TargetSetLevel.Key(other)
public Key(
TargetSetLevel.Key other
)
public:
Key(
TargetSetLevel.Key^ other
)
new :
other:TargetSetLevel.Key -> Key
public function TargetSetLevel.Key(
other : TargetSetLevel.Key
)
Parameters
- other
Type: Microsoft.SqlServer.Management.Dmf.TargetSetLevel.Key
A TargetSetLevel.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.