Condividi tramite


Classe ProactiveCachingTablesBinding

Represents information to the ProactiveCaching element about data source changes in specified tables and views that require rebuilding the cache.

Gerarchia di ereditarietà

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.ProactiveCachingBinding
          Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
            Microsoft.AnalysisServices.ProactiveCachingTablesBinding

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

Sintassi

'Dichiarazione
<GuidAttribute("E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")> _
Public NotInheritable Class ProactiveCachingTablesBinding _
    Inherits ProactiveCachingObjectNotificationBinding
'Utilizzo
Dim instance As ProactiveCachingTablesBinding
[GuidAttribute("E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")]
public sealed class ProactiveCachingTablesBinding : ProactiveCachingObjectNotificationBinding
[GuidAttribute(L"E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")]
public ref class ProactiveCachingTablesBinding sealed : public ProactiveCachingObjectNotificationBinding
[<SealedAttribute>]
[<GuidAttribute("E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")>]
type ProactiveCachingTablesBinding =  
    class 
        inherit ProactiveCachingObjectNotificationBinding 
    end
public final class ProactiveCachingTablesBinding extends ProactiveCachingObjectNotificationBinding

Nel tipo ProactiveCachingTablesBinding sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ProactiveCachingTablesBinding Initializes a new instance of the ProactiveCachingTablesBinding class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica NotificationTechnique Gets or sets the notification technique. Ereditato da ProactiveCachingObjectNotificationBinding.
Proprietà pubblica Parent Gets the parent object of the current object. Ereditato da Binding.
Proprietà pubblica Site Ereditato da Component.
Proprietà pubblica TableNotifications Gets the collection of table notification.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Returns a clone of the object. Esegue l'override di Binding.Clone().
Metodo pubblico CopyTo Copies the content of this object to another object.
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico ToString Ereditato da Component.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

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

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