Méthode AddPropertyForFilter
Adds the specified property name. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Function AddPropertyForFilter ( _
name As String _
) As String
'Utilisation
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
Paramètres
- name
Type : System. . :: . .String
The name of the property to add.
Valeur de retour
Type : System. . :: . .String
The name of the property.
Notes
This method is used when a property name is used in the filter.
Voir aussi