共用方式為


MemberFilter.PropertyName 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Property PropertyName As String 
    Get 
    Set
'用途
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)

屬性值

型別: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.

請參閱

參考

MemberFilter 類別

Microsoft.AnalysisServices.AdomdClient 命名空間