共用方式為


SearchCondition.Values 屬性

Gets or sets values the values to search for in the searchable property.

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
Public Property Values As String()
    Get 
    Set
'用途
Dim instance As SearchCondition 
Dim value As String()

value = instance.Values

instance.Values = value
public string[] Values { get; set; }
public:
property array<String^>^ Values {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Values : string[] with get, set
function get Values () : String[]
function set Values (value : String[])

屬性值

型別:array<System.String[]
A string array that represent the values to search for in the searchable property.

備註

The size of the array the string format depend on the value of Condition:

請參閱

參考

SearchCondition 類別

ReportService2010 命名空間