Classe MemberFilter
Represents a single filter to be applied when retrieving a collection of members.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdClient.MemberFilter
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Class MemberFilter
'Utilizzo
Dim instance As MemberFilter
public class MemberFilter
public ref class MemberFilter
type MemberFilter = class end
public class MemberFilter
Nel tipo MemberFilter sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.