ProactiveCachingQueryBinding.QueryNotifications Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection of query notification elements that provide information to the ProactiveCachingQueryBinding class.

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

Syntax

[XmlArrayAttribute]
[XmlArrayItemAttribute(typeof(QueryNotification))]
public QueryNotificationCollection QueryNotifications { get; }
public:
[XmlArrayAttribute]
[XmlArrayItemAttribute((QueryNotification^::typeid))]
property QueryNotificationCollection^ QueryNotifications {
    QueryNotificationCollection^ get();
}
[<XmlArrayAttribute>]
[<XmlArrayItemAttribute(typeof(QueryNotification))>]
member QueryNotifications : QueryNotificationCollection with get
<XmlArrayAttribute>
<XmlArrayItemAttribute(GetType(QueryNotification))>
Public ReadOnly Property QueryNotifications As QueryNotificationCollection

Property Value

Type: Microsoft.AnalysisServices.QueryNotificationCollection

The collection of query notification elements.

See Also

ProactiveCachingQueryBinding Class
Microsoft.AnalysisServices Namespace

Return to top