xSQL Schema Compare SDK for SQL Server version 12
SchemaFilterTypeEnum Enumeration


Defines constants the indicate the type of a schema filter conditions.
Syntax
'Declaration
 
Public Enum SchemaFilterTypeEnum 
   Inherits System.Enum
public enum SchemaFilterTypeEnum : System.Enum 
__value public enum SchemaFilterTypeEnum : public System.Enum 
Members
MemberDescription
Contains A filter conditions that selects objects containing a specific text.
EndsWith A filter conditions that selects objects ending with a specific text.
EqualsTo A filter conditions that selects objects the name of which is equal to a specific text.
RegularExpression A filter conditions that uses a regular expression to selects objects.
Schema A filter conditions that selects objects the schema of which is equal to a specific text.
StartsWith A filter conditions that selects objects starting with a specific text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         xSQL.SchemaCompare.SqlServer.SchemaFilterTypeEnum

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.SchemaCompare.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback