Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- other
Type: Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T>
The other name key.