ProactiveCachingQueryBinding.QueryNotifications 属性

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

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

语法

声明
Public ReadOnly Property QueryNotifications As QueryNotificationCollection 
    Get
用法
Dim instance As ProactiveCachingQueryBinding 
Dim value As QueryNotificationCollection 

value = instance.QueryNotifications
public QueryNotificationCollection QueryNotifications { get; }
public:
property QueryNotificationCollection^ QueryNotifications {
    QueryNotificationCollection^ get ();
}
member QueryNotifications : QueryNotificationCollection
function get QueryNotifications () : QueryNotificationCollection

属性值

类型:Microsoft.AnalysisServices.QueryNotificationCollection
The collection of query notification elements.

请参阅

参考

ProactiveCachingQueryBinding 类

Microsoft.AnalysisServices 命名空间