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.