Share via


NamedKey<T> Constructor (NamedKey<T>)

Initializes a new instance of the NamedKey<T> class from another name key.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    other As NamedKey(Of T) _
)
'Usage
Dim other As NamedKey(Of T)

Dim instance As New NamedKey(other)
public NamedKey(
    NamedKey<T> other
)
public:
NamedKey(
    NamedKey<T>^ other
)
new : 
        other:NamedKey<'T> -> NamedKey
public function NamedKey(
    other : NamedKey<T>
)

Parameters

See Also

Reference

NamedKey<T> Class

NamedKey<T> Overload

Microsoft.SqlServer.Management.Sdk.Sfc Namespace