共用方式為


AddPropertyForFilter 方法

Adds the specified property name. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Function AddPropertyForFilter ( _
    name As String _
) As String
'用途
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

參數

傳回值

型別:System. . :: . .String
The name of the property.

備註

This method is used when a property name is used in the filter.