Freigeben über


NamedKey<T>-Konstruktor (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>
)

Parameter

Siehe auch

Verweis

NamedKey<T> Klasse

NamedKey<T>-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace