Freigeben über


ISqlFilterDecoderCallback.AddConstantForFilter-Methode

Adds the specified constant. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 

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

Syntax

'Declaration
Function AddConstantForFilter ( _
    constantValue As String _
) As String
'Usage
Dim instance As ISqlFilterDecoderCallback 
Dim constantValue As String 
Dim returnValue As String 

returnValue = instance.AddConstantForFilter(constantValue)
string AddConstantForFilter(
    string constantValue
)
String^ AddConstantForFilter(
    String^ constantValue
)
abstract AddConstantForFilter : 
        constantValue:string -> string
function AddConstantForFilter(
    constantValue : String
) : String

Parameter

Rückgabewert

Typ: System.String
The constant value.

Hinweise

This method is used when a constant is used in the filter. This method enables the client to modify the constant.

Siehe auch

Verweis

ISqlFilterDecoderCallback Schnittstelle

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace