FilterDecoder Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Parses the syntactical tree to build the Transact-SQL WHERE clause.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | FilterDecoder(ISqlFilterDecoderCallback^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the FilterDecoder class. |
| Name | Description | |
|---|---|---|
![]() | StringPrefix | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the prefix for strings. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSql(FilterNode^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the WHERE clause from the specified FilterNode object. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


