Condividi tramite


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.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo QueryNotification sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico QueryNotification() Initializes a new instance of the QueryNotification class using default values.
Metodo pubblico QueryNotification(String) Initializes a new instance of QueryNotification using a query parameter.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Query Gets or sets the query associated with a QueryNotification element.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates a new full copy of an object.
Metodo pubblico CopyTo Copies a QueryNotification object to the specified object.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a new copy of the object instance.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices