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


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.