MeasureGroupBinding.Filter Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
public string Filter { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
property String^ Filter {
    String^ get();
    void set(String^ value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
member Filter : string with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
Public Property Filter As String

Property Value

Type: System.String

The MDX expression.

See Also

MeasureGroupBinding Class
Microsoft.AnalysisServices Namespace

Return to top