Partager via


Propriété MemberFilter.PropertyName

Gets or sets the name of the property to filter on.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Property PropertyName As String 
    Get 
    Set
'Utilisation
Dim instance As MemberFilter 
Dim value As String 

value = instance.PropertyName

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

Valeur de propriété

Type : System.String
An instance of a String object that contains the name of the property that will be filtered on. Examples include Caption, Name, UniqueName, or the name of a user-defined member property.

Voir aussi

Référence

MemberFilter Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient