Costruttore NamedKey<T> (NamedKey<T>)
Initializes a new instance of the NamedKey<T> class from another name key.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
other As NamedKey(Of T) _
)
'Utilizzo
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>
)
Parametri
- other
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T>
The other name key.