ProactiveCachingObjectNotificationBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |