共用方式為


MiningModelColumn.Filter 屬性

Gets a DMX filter which is used in selecting the nested table rows to be used in this table column.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Filter As String 
    Get
'用途
Dim instance As MiningModelColumn 
Dim value As String 

value = instance.Filter
public string Filter { get; }
public:
property String^ Filter {
    String^ get ();
}
member Filter : string
function get Filter () : String

屬性值

型別:System.String
The DMX filter which is used in selecting the nested table rows.

請參閱

參考

MiningModelColumn 類別

Microsoft.AnalysisServices.AdomdServer 命名空間