QueryNotification Class
Updated: May 24, 2016
Provides information consumed by the ProactiveCaching element. The information is about the query to execute to determine whether a data source has been modified.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Microsoft.AnalysisServices::QueryNotification
Microsoft.AnalysisServices::IncrementalProcessingNotification
| Name | Description | |
|---|---|---|
![]() | QueryNotification() | Initializes a new instance of the QueryNotification class using default values. |
![]() | QueryNotification(String^) | Initializes a new instance of QueryNotification using a query parameter. |
| Name | Description | |
|---|---|---|
![]() | Query | Gets or sets the query associated with a QueryNotification element. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new full copy of an object. |
![]() | CopyTo(QueryNotification^) | Copies a QueryNotification object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new copy of the object instance. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




