共用方式為


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.