Query 属性

Gets or sets the query associated with a QueryNotification element.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property Query As String
    Get
    Set
用法
Dim instance As QueryNotification
Dim value As String

value = instance.Query

instance.Query = value
public string Query { get; set; }
public:
property String^ Query {
    String^ get ();
    void set (String^ value);
}
member Query : string with get, set
function get Query () : String
function set Query (value : String)

属性值

类型:System. . :: . .String
The query itself.