Compartir a través de


Clase 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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

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

El tipo QueryNotification expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público QueryNotification() () () () Initializes a new instance of the QueryNotification class using default values.
Método público QueryNotification(String) Initializes a new instance of QueryNotification using a query parameter.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Query Gets or sets the query associated with a QueryNotification element.

Arriba

Métodos

  Nombre Descripción
Método público Clone Creates a new full copy of an object.
Método público CopyTo Copies a QueryNotification object to the specified object.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.