ProactiveCachingBinding Class
Represents information to the ProactiveCaching element about data source changes that require rebuilding the cache, or about the status of the rebuilding process.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ProactiveCachingBinding
Microsoft.AnalysisServices.ProactiveCachingIncrementalProcessingBinding
Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
Microsoft.AnalysisServices.ProactiveCachingQueryBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")> _
Public MustInherit Class ProactiveCachingBinding _
Inherits Binding
'Usage
Dim instance As ProactiveCachingBinding
[GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")]
public abstract class ProactiveCachingBinding : Binding
[GuidAttribute(L"11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")]
public ref class ProactiveCachingBinding abstract : public Binding
[<AbstractClassAttribute>]
[<GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")>]
type ProactiveCachingBinding =
class
inherit Binding
end
public abstract class ProactiveCachingBinding extends Binding
The ProactiveCachingBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProactiveCachingBinding | Initializes a new instance of the ProactiveCachingBinding class. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Parent | Gets the parent object of the current object. (Inherited from Binding.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a deep copy of current object. (Inherited from Binding.) | |
CopyTo | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. (Inherited from Binding.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.