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 SchemaNamedKey<T> class from another schema 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 SchemaNamedKey(Of T) _
)
'Usage
Dim other As SchemaNamedKey(Of T)
Dim instance As New SchemaNamedKey(other)
public SchemaNamedKey(
SchemaNamedKey<T> other
)
public:
SchemaNamedKey(
SchemaNamedKey<T>^ other
)
new :
other:SchemaNamedKey<'T> -> SchemaNamedKey
public function SchemaNamedKey(
other : SchemaNamedKey<T>
)
Parameters
- other
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SchemaNamedKey<T>
The other schema name key.