ProactiveCachingObjectNotificationBinding Class

Definition

Represents information to the ProactiveCaching element about data source changes.

[System.Runtime.InteropServices.Guid("4198255B-F85B-4F3D-9441-DA6F70765599")]
public abstract class ProactiveCachingObjectNotificationBinding : Microsoft.AnalysisServices.ProactiveCachingBinding
[<System.Runtime.InteropServices.Guid("4198255B-F85B-4F3D-9441-DA6F70765599")>]
type ProactiveCachingObjectNotificationBinding = class
    inherit ProactiveCachingBinding
Public MustInherit Class ProactiveCachingObjectNotificationBinding
Inherits ProactiveCachingBinding
Inheritance
ProactiveCachingObjectNotificationBinding
Derived
Attributes

Constructors

ProactiveCachingObjectNotificationBinding()

Properties

NotificationTechnique

Gets or sets the notification technique.

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)
CopyTo(ProactiveCachingObjectNotificationBinding)

Copies the ProactiveCachingObjectNotificationBinding object to the specified object.

Explicit Interface Implementations

ICloneable.Clone() (Inherited from Binding)

Applies to