Compartir a través de


ProactiveCachingQueryBinding.QueryNotifications Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ProactiveCachingQueryBinding Clase

Espacio de nombres Microsoft.AnalysisServices