다음을 통해 공유


Filter 속성

Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Property Filter As String
    Get
    Set
‘사용 방법
Dim instance As MeasureGroupBinding
Dim value As String

value = instance.Filter

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

속성 값

형식: System. . :: . .String
A String containing the MDX expression.