QueryNotification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information consumed by the ProactiveCaching element. The information is about the query to execute to determine whether a data source has been modified.
[System.Runtime.InteropServices.Guid("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")]
public class QueryNotification : ICloneable
[<System.Runtime.InteropServices.Guid("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")>]
type QueryNotification = class
interface ICloneable
Public Class QueryNotification
Implements ICloneable
- Inheritance
-
QueryNotification
- Derived
- Attributes
- Implements
Constructors
QueryNotification() |
Initializes a new instance of the QueryNotification class using default values. |
QueryNotification(String) |
nitializes a new instance of QueryNotification using the specified query. |
Properties
Query |
Gets or sets the query associated with a QueryNotification element. |
Methods
Clone() |
Returns a copy of the QueryNotification object. |
CopyTo(QueryNotification) |
Copies a QueryNotification object to the specified object. |
Explicit Interface Implementations
ICloneable.Clone() |