xSQL Schema Compare SDK for SQL Server version 12
EntityFilter Constructor(SqlEntityTypeEnum,EntityFilterOperatorEnum)


The entity type for which the filter is created.
The operator that should be applied to the groups that participate in the filter.
Initializes a new instance of the EntityFilter class with the specified entity type and operator.
Syntax
'Declaration
 
Public Function New( _
   ByVal entityType As SqlEntityTypeEnum, _
   ByVal groupOp As EntityFilterOperatorEnum _
)
public EntityFilter( 
   SqlEntityTypeEnum entityType,
   EntityFilterOperatorEnum groupOp
)
public: EntityFilter( 
   SqlEntityTypeEnum entityType,
   EntityFilterOperatorEnum groupOp
)

Parameters

entityType
The entity type for which the filter is created.
groupOp
The operator that should be applied to the groups that participate in the filter.
Exceptions
ExceptionDescription
System.ArgumentExceptionThe entity filter is not supported for specified entityType.
Remarks
Entity filter is NOT supported on the following objects: DatabaseFilegroupsFilegroup Data FilesLog FilesFull-Text IndexesPermissionsExtended Properties
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

EntityFilter Class
EntityFilter Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback