Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates that the FilterDecoder reports that a constant is added for filter. 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
Public Function AddConstantForFilter ( _
constantValue As String _
) As String
'Usage
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
Parameters
- constantValue
Type: System.String
The value of the constant.
Return Value
Type: System.String
A string that represents the added constant used for filter.
Implements
ISqlFilterDecoderCallback.AddConstantForFilter(String)