ProactiveCachingTablesBinding Class

Definition

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

[System.Runtime.InteropServices.Guid("E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")]
public sealed class ProactiveCachingTablesBinding : Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
[<System.Runtime.InteropServices.Guid("E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")>]
type ProactiveCachingTablesBinding = class
    inherit ProactiveCachingObjectNotificationBinding
Public NotInheritable Class ProactiveCachingTablesBinding
Inherits ProactiveCachingObjectNotificationBinding
Inheritance
Attributes

Constructors

ProactiveCachingTablesBinding()

Properties

NotificationTechnique

Gets or sets the notification technique.

(Inherited from ProactiveCachingObjectNotificationBinding)
Parent

Gets the parent object of the current object.

(Inherited from Binding)
TableNotifications

Gets the collection of table notification.

Methods

Clone()

Returns a copy of the ProactiveCachingTablesBinding object.

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.

(Inherited from ProactiveCachingObjectNotificationBinding)
CopyTo(ProactiveCachingTablesBinding)

Copies the content of this object to another ProactiveCachingTablesBinding object.

Explicit Interface Implementations

ICloneable.Clone() (Inherited from Binding)

Applies to