QueryNotification.Query Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the query associated with a QueryNotification element.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false)]
public string Query { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Query {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Query : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Query As String

Property Value

Type: System.String

The query itself.

See Also

QueryNotification Class
Microsoft.AnalysisServices Namespace

Return to top