Freigeben über


ProactiveCachingIncrementalProcessingBinding-Klasse

Represents the incremental binding elements for the cache.

Vererbungshierarchie

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.ProactiveCachingBinding
          Microsoft.AnalysisServices.ProactiveCachingIncrementalProcessingBinding

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("DA982292-8FD9-4F41-92D9-C1B2F024F060")> _
Public NotInheritable Class ProactiveCachingIncrementalProcessingBinding _
    Inherits ProactiveCachingBinding
'Usage
Dim instance As ProactiveCachingIncrementalProcessingBinding
[GuidAttribute("DA982292-8FD9-4F41-92D9-C1B2F024F060")]
public sealed class ProactiveCachingIncrementalProcessingBinding : ProactiveCachingBinding
[GuidAttribute(L"DA982292-8FD9-4F41-92D9-C1B2F024F060")]
public ref class ProactiveCachingIncrementalProcessingBinding sealed : public ProactiveCachingBinding
[<SealedAttribute>]
[<GuidAttribute("DA982292-8FD9-4F41-92D9-C1B2F024F060")>]
type ProactiveCachingIncrementalProcessingBinding =  
    class 
        inherit ProactiveCachingBinding 
    end
public final class ProactiveCachingIncrementalProcessingBinding extends ProactiveCachingBinding

Der ProactiveCachingIncrementalProcessingBinding-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ProactiveCachingIncrementalProcessingBinding Initializes a new instance of the ProactiveCachingIncrementalProcessingBinding class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft IncrementalProcessingNotifications Gets or sets the collection incremental notifications that provide information on the process.
Öffentliche Eigenschaft Parent Gets the parent object of the current object. (Geerbt von Binding.)
Öffentliche Eigenschaft RefreshInterval Gets or sets the update interval for ProactiveCachingIncrementalProcessingBinding.
Öffentliche Eigenschaft Site (Geerbt von Component.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a clone of the object. (Überschreibt Binding.Clone().)
Öffentliche Methode CopyTo Copies the content of this object to another object.
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode ToString (Geerbt von Component.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates a new copy of the object instance. (Geerbt von Binding.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace