ProactiveCachingBinding Class

Represents information to the ProactiveCaching element about data source changes that require rebuilding the cache, or about the status of the rebuilding process.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")> _
Public MustInherit Class ProactiveCachingBinding _
    Inherits Binding
'Usage
Dim instance As ProactiveCachingBinding
[GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")]
public abstract class ProactiveCachingBinding : Binding
[GuidAttribute(L"11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")]
public ref class ProactiveCachingBinding abstract : public Binding
[<AbstractClassAttribute>]
[<GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")>]
type ProactiveCachingBinding =  
    class 
        inherit Binding 
    end
public abstract class ProactiveCachingBinding extends Binding

The ProactiveCachingBinding type exposes the following members.

Constructors

  Name Description
Protected method ProactiveCachingBinding Initializes a new instance of the ProactiveCachingBinding class.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Parent Gets the parent object of the current object. (Inherited from Binding.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method Clone Creates a deep copy of current object. (Inherited from Binding.)
Protected method CopyTo Transfers a deep copy of current object to a specified binding. (Inherited from Binding.)
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone Creates a new copy of the object instance. (Inherited from Binding.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace