Partilhar via


Método SqlObjectBase.AddConstantForFilter

Indicates that the FilterDecoder reports that a constant is added for filter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Function AddConstantForFilter ( _
    constantValue As String _
) As String
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.String
A string that represents the added constant used for filter.

Implementa

ISqlFilterDecoderCallback.AddConstantForFilter(String)

Consulte também

Referência

SqlObjectBase Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc