Compartilhar via


Propriedade do RDL MemberFilter.PropertyValue

Gets or sets the value of the property to filter for.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Property PropertyValue As String 
    Get 
    Set
'Uso
Dim instance As MemberFilter 
Dim value As String 

value = instance.PropertyValue

instance.PropertyValue = value
public string PropertyValue { get; set; }
public:
property String^ PropertyValue {
    String^ get ();
    void set (String^ value);
}
member PropertyValue : string with get, set
function get PropertyValue () : String 
function set PropertyValue (value : String)

Valor da propriedade

Tipo: System.String
A String that contains the value to filter for.

Consulte também

Referência

MemberFilter Classe

Namespace Microsoft.AnalysisServices.AdomdClient