다음을 통해 공유


PropertyValue 속성

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

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public Property PropertyValue As String
    Get
    Set
‘사용 방법
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)

속성 값

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