Constructeur NamedKey<T> (NamedKey<T>)
Initializes a new instance of the NamedKey<T> class from another name key.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As NamedKey(Of T) _
)
'Utilisation
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>
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T>
The other name key.