Método ISqlFilterDecoderCallback.AddPropertyForFilter
Adds the specified property name. 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
Function AddPropertyForFilter ( _
name As String _
) As String
'Uso
Dim instance As ISqlFilterDecoderCallback
Dim name As String
Dim returnValue As String
returnValue = instance.AddPropertyForFilter(name)
string AddPropertyForFilter(
string name
)
String^ AddPropertyForFilter(
String^ name
)
abstract AddPropertyForFilter :
name:string -> string
function AddPropertyForFilter(
name : String
) : String
Parâmetros
- name
Tipo: System.String
The name of the property to add.
Valor de retorno
Tipo: System.String
The name of the property.
Comentários
This method is used when a property name is used in the filter.