ProactiveCachingInheritedBinding Class

Definition

Represents an object notification binding for proactive caching.

[System.Runtime.InteropServices.Guid("60E256A4-9E6A-40C7-A771-6645BE96E38B")]
public sealed class ProactiveCachingInheritedBinding : Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
[<System.Runtime.InteropServices.Guid("60E256A4-9E6A-40C7-A771-6645BE96E38B")>]
type ProactiveCachingInheritedBinding = class
    inherit ProactiveCachingObjectNotificationBinding
Public NotInheritable Class ProactiveCachingInheritedBinding
Inherits ProactiveCachingObjectNotificationBinding
Inheritance
Attributes

Constructors

ProactiveCachingInheritedBinding()

Properties

NotificationTechnique

Gets or sets the notification technique.

(Inherited from ProactiveCachingObjectNotificationBinding)
Parent

Gets the parent object of the current object.

(Inherited from Binding)

Methods

Clone()

Returns a copy of the ProactiveCachingInheritedBinding object.

CopyTo(Binding)

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

(Inherited from Binding)
CopyTo(ProactiveCachingInheritedBinding)

Copies a ProactiveCachingInheritedBinding object to the specified object.

CopyTo(ProactiveCachingObjectNotificationBinding)

Copies the ProactiveCachingObjectNotificationBinding object to the specified object.

(Inherited from ProactiveCachingObjectNotificationBinding)

Explicit Interface Implementations

ICloneable.Clone() (Inherited from Binding)

Applies to