xSQL Schema Compare SDK for SQL Server version 12
Item Property (SchemaFilterCriteriaCollection)


The filter conditions to locate.
Gets the filter conditions item with the specified conditions.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal filter As System.String _
) As SchemaFilterCriteria
public new SchemaFilterCriteria this[ 
   System.string filter
]; {get;}
public: __property new SchemaFilterCriteria* get_Item   System.string* filter
;

Parameters

filter
The filter conditions to locate.

Property Value

A SchemaFilterCriteria object with the specified filter conditions or null if no element is found.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe filter parameter 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

SchemaFilterCriteriaCollection Class
SchemaFilterCriteriaCollection Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback