xSQL Schema Compare SDK for SQL Server version 12
SchemaFilterCriteria Constructor(String,SchemaFilterTypeEnum)


The filter conditions.
The filter type.
Initializes a new instance of the SchemaFilterCriteria class with the specified conditions and filter type.
Syntax
'Declaration
 
Public Function New( _
   ByVal filter As System.String, _
   ByVal filterType As SchemaFilterTypeEnum _
)
public SchemaFilterCriteria( 
   System.string filter,
   SchemaFilterTypeEnum filterType
)
public: SchemaFilterCriteria( 
   System.string* filter,
   SchemaFilterTypeEnum filterType
)

Parameters

filter
The filter conditions.
filterType
The filter type.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe filter argument is null.
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

SchemaFilterCriteria Class
SchemaFilterCriteria Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback