Share via


TargetSet.Key Constructor (TargetSet.Key)

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

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

Parameters

Remarks

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

See Also

Reference

TargetSet.Key Class

TargetSet.Key Overload

Microsoft.SqlServer.Management.Dmf Namespace