Поделиться через


MeasureGroupBinding.Filter Property

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<XmlElementAttribute(IsNullable:=False)> _
<ReadOnlyAttribute(True)> _
Public Property Filter As String
[XmlElementAttribute(IsNullable=false)] 
[ReadOnlyAttribute(true)] 
public string Filter { get; set; }
[XmlElementAttribute(IsNullable=false)] 
[ReadOnlyAttribute(true)] 
public:
property String^ Filter {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Filter ()

/** @property */
public void set_Filter (String value)
public function get Filter () : String

public function set Filter (value : String)

Значение свойства

A String containing the MDX expression.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MeasureGroupBinding Class
MeasureGroupBinding Members
Microsoft.AnalysisServices Namespace