QueryNotification.Query Property
Gets or sets the query associated with a QueryNotification element.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Query As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The query itself.