AddPropertyForFilter-Methode
Adds the specified property name. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function AddPropertyForFilter ( _
name As String _
) As String
'Usage
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
Parameter
- name
Typ: System. . :: . .String
The name of the property to add.
Rückgabewert
Typ: System. . :: . .String
The name of the property.
Hinweise
This method is used when a property name is used in the filter.