MemberFilter.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.

请参阅

参考

MemberFilter 类

Microsoft.AnalysisServices.AdomdClient 命名空间