Класс MemberFilter
Represents a single filter to be applied when retrieving a collection of members.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.AdomdClient.MemberFilter
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Class MemberFilter
'Применение
Dim instance As MemberFilter
public class MemberFilter
public ref class MemberFilter
type MemberFilter = class end
public class MemberFilter
Тип MemberFilter обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
MemberFilter(String, String) | Initializes a new instance of the MemberFilter class with the property name and the property value. | |
MemberFilter(String, MemberFilterType, String) | Initializes a new instance of the MemberFilter class with the property name, the property value, and the type of the filter. |
В начало
Свойства
Имя | Описание | |
---|---|---|
FilterType | Gets or sets the type of filtering to use. | |
PropertyName | Gets or sets the name of the property to filter on. | |
PropertyValue | Gets or sets the value of the property to filter for. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
This object is used in the GetMembers method and the GetChildren method.
The MemberFilter represents a single filter to be applied when retrieving a collection of members.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.