Partager via


Propriété ProactiveCachingQueryBinding.QueryNotifications

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property QueryNotifications As QueryNotificationCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ProactiveCachingQueryBinding Classe

Espace de noms Microsoft.AnalysisServices