다음을 통해 공유


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 네임스페이스