Share via


Interface ISqlFilterDecoderCallback

Provides additional information to the FilterDecoder class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. 

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(False)> _
Public Interface ISqlFilterDecoderCallback
'Utilisation
Dim instance As ISqlFilterDecoderCallback
[ComVisibleAttribute(false)]
public interface ISqlFilterDecoderCallback
[ComVisibleAttribute(false)]
public interface class ISqlFilterDecoderCallback
[<ComVisibleAttribute(false)>]
type ISqlFilterDecoderCallback =  interface end
public interface ISqlFilterDecoderCallback

Le type ISqlFilterDecoderCallback expose les membres suivants.

Propriétés

  Nom Description
Propriété publique SupportsParameterization Gets a value that indicates whether the client supports query parameterization. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. 

Haut de la page

Méthodes

  Nom Description
Méthode publique AddConstantForFilter Adds the specified constant. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. 
Méthode publique AddPropertyForFilter Adds the specified property name. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. 

Haut de la page