xSQL Schema Compare SDK for SQL Server version 12
EntityFilterExclusionTypeEnum Enumeration


Defines constants that determine the type of exclusion in relation to dependencies that should be applied by entity filters in the database.
Syntax
'Declaration
 
Public Enum EntityFilterExclusionTypeEnum 
   Inherits System.Enum
public enum EntityFilterExclusionTypeEnum : System.Enum 
__value public enum EntityFilterExclusionTypeEnum : public System.Enum 
Members
MemberDescription
ExcludeAlways An object that meets the filter criteria is always excluded regardless of the dependencies.
ExcludeIfPossible An object that meets the filter criteria is excluded if it's possible to do so. If database dependencies require the object to be included in the synchronization script, the exclusion-by-filter is ignored.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         xSQL.Schema.SqlServer.Filter.EntityFilterExclusionTypeEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

xSQL.Schema.SqlServer.Filter Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback