This topic has not yet been rated - Rate this topic

QueryNotification Class

Provides information consumed by the ProactiveCaching element. The information is about the query to execute to determine whether a data source has been modified.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")]
public class QueryNotification : ICloneable

The QueryNotification type exposes the following members.

  NameDescription
Public methodQueryNotification()Initializes a new instance of the QueryNotification class using default values.
Public methodQueryNotification(String)Initializes a new instance of QueryNotification using a query parameter.
Top
  NameDescription
Public propertyQueryGets or sets the query associated with a QueryNotification element.
Top
  NameDescription
Public methodCloneCreates a new full copy of an object.
Public methodCopyToCopies a QueryNotification object to the specified object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodICloneable.CloneCreates a new copy of the object instance.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.