AddPropertyForFilter Método
Adds the specified property name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System. . :: . .String
The name of the property.
Comentarios
This method is used when a property name is used in the filter.
Vea también