Classe QueryNotification

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

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.QueryNotification
    Microsoft.AnalysisServices.IncrementalProcessingNotification

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")> _
Public Class QueryNotification _
    Implements ICloneable
'Utilisation
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

Le type QueryNotification expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique QueryNotification() Initializes a new instance of the QueryNotification class using default values.
Méthode publique QueryNotification(String) Initializes a new instance of QueryNotification using a query parameter.

Haut de la page

Propriétés

  Nom Description
Propriété publique Query Gets or sets the query associated with a QueryNotification element.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new full copy of an object.
Méthode publique CopyTo Copies a QueryNotification object to the specified object.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new copy of the object instance.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices