Méthode SqlObjectBase.AddConstantForFilter
Indicates that the FilterDecoder reports that a constant is added for filter. Ne faites pas directement référence à 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
Public Function AddConstantForFilter ( _
constantValue As String _
) As String
'Utilisation
Dim instance As SqlObjectBase
Dim constantValue As String
Dim returnValue As String
returnValue = instance.AddConstantForFilter(constantValue)
public string AddConstantForFilter(
string constantValue
)
public:
virtual String^ AddConstantForFilter(
String^ constantValue
) sealed
abstract AddConstantForFilter :
constantValue:string -> string
override AddConstantForFilter :
constantValue:string -> string
public final function AddConstantForFilter(
constantValue : String
) : String
Paramètres
- constantValue
Type : System.String
The value of the constant.
Valeur de retour
Type : System.String
A string that represents the added constant used for filter.
Implémente
ISqlFilterDecoderCallback.AddConstantForFilter(String)