ProactiveCachingBinding 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 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
- 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) |