Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information consumed by the ProactiveCaching element. The information is about the query to execute to determine whether a data source has been modified.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.QueryNotification
Microsoft.AnalysisServices.IncrementalProcessingNotification
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")> _
Public Class QueryNotification _
Implements ICloneable
'Usage
Dim instance As QueryNotification
[GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")]
public class QueryNotification : ICloneable
[GuidAttribute(L"7642048A-96D8-4051-8ADE-9FC7AD74D3D6")]
public ref class QueryNotification : ICloneable
[<GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")>]
type QueryNotification =
class
interface ICloneable
end
public class QueryNotification implements ICloneable
The QueryNotification type exposes the following members.
Constructors
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Query | Gets or sets the query associated with a QueryNotification element. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates a new full copy of an object. |
![]() |
CopyTo | Copies a QueryNotification object to the specified object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.