Anteckning
Å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 ModelComparisonFilter class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
schema As ModelSchema, _
elementTypesIncluded As ICollection(Of Type) _
)
public ModelComparisonFilter(
ModelSchema schema,
ICollection<Type> elementTypesIncluded
)
public:
ModelComparisonFilter(
ModelSchema^ schema,
ICollection<Type^>^ elementTypesIncluded
)
new :
schema:ModelSchema *
elementTypesIncluded:ICollection<Type> -> ModelComparisonFilter
public function ModelComparisonFilter(
schema : ModelSchema,
elementTypesIncluded : ICollection<Type>
)
Parameters
- schema
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
The model schema to use.
- elementTypesIncluded
Type: System.Collections.Generic.ICollection<Type>
The element types that are included in comparison.
Remarks
Constructs a comparison filter that has a list of IStoreElement types included in the comparison.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.