Compartilhar via


Propriedade do RDL ProactiveCachingQueryBinding.QueryNotifications

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

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

Sintaxe

'Declaração
Public ReadOnly Property QueryNotifications As QueryNotificationCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.QueryNotificationCollection
The collection of query notification elements.

Consulte também

Referência

ProactiveCachingQueryBinding Classe

Namespace Microsoft.AnalysisServices