EntityStoreSchemaFilterEffect Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether to allow or exclude database objects that match the pattern specified in the EntityStoreSchemaFilterEntry.
public enum class EntityStoreSchemaFilterEffect
public enum EntityStoreSchemaFilterEffect
type EntityStoreSchemaFilterEffect =
Public Enum EntityStoreSchemaFilterEffect
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Allow | 0 | Allow the entries that match the specified pattern. |
Exclude | 1 | Exclude the entries that match the specified pattern. |
Remarks
The EntityStoreSchemaFilterEffect enumeration is used with the EntityStoreSchemaFilterEntry class to allow or exclude particular database objects during generation.