ISqlFilterDecoderCallback Interface
Provides additional information to the FilterDecoder class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface ISqlFilterDecoderCallback
'Usage
Dim instance As ISqlFilterDecoderCallback
[ComVisibleAttribute(false)]
public interface ISqlFilterDecoderCallback
[ComVisibleAttribute(false)]
public interface class ISqlFilterDecoderCallback
[<ComVisibleAttribute(false)>]
type ISqlFilterDecoderCallback = interface end
public interface ISqlFilterDecoderCallback
The ISqlFilterDecoderCallback type exposes the following members.
Properties
Name | Description | |
---|---|---|
SupportsParameterization | Gets a value that indicates whether the client supports query parameterization. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
AddConstantForFilter | Adds the specified constant. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
AddPropertyForFilter | Adds the specified property name. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top