ProactiveCachingBinding Class

Definition

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

[System.Runtime.InteropServices.Guid("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")]
public abstract class ProactiveCachingBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")>]
type ProactiveCachingBinding = class
    inherit Binding
Public MustInherit Class ProactiveCachingBinding
Inherits Binding
Inheritance
ProactiveCachingBinding
Derived
Attributes

Constructors

ProactiveCachingBinding()

Properties

Parent

Gets the parent object of the current object.

(Inherited from Binding)

Methods

Clone()

Creates a deep copy of current object.

(Inherited from Binding)
CopyTo(Binding)

Transfers a deep copy of current object to a specified binding.

(Inherited from Binding)

Explicit Interface Implementations

ICloneable.Clone() (Inherited from Binding)

Applies to