Metodo ISqlFilterDecoderCallback.AddPropertyForFilter
Adds the specified property name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function AddPropertyForFilter ( _
name As String _
) As String
'Utilizzo
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
Parametri
- name
Tipo: System.String
The name of the property to add.
Valore restituito
Tipo: System.String
The name of the property.
Osservazioni
This method is used when a property name is used in the filter.