ProactiveCachingObjectNotificationBinding Class
Represents information to the ProactiveCaching element about data source changes.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ProactiveCachingBinding
Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
Microsoft.AnalysisServices.ProactiveCachingInheritedBinding
Microsoft.AnalysisServices.ProactiveCachingTablesBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("4198255B-F85B-4F3D-9441-DA6F70765599")> _
Public MustInherit Class ProactiveCachingObjectNotificationBinding _
Inherits ProactiveCachingBinding
'Usage
Dim instance As ProactiveCachingObjectNotificationBinding
[GuidAttribute("4198255B-F85B-4F3D-9441-DA6F70765599")]
public abstract class ProactiveCachingObjectNotificationBinding : ProactiveCachingBinding
[GuidAttribute(L"4198255B-F85B-4F3D-9441-DA6F70765599")]
public ref class ProactiveCachingObjectNotificationBinding abstract : public ProactiveCachingBinding
[<AbstractClassAttribute>]
[<GuidAttribute("4198255B-F85B-4F3D-9441-DA6F70765599")>]
type ProactiveCachingObjectNotificationBinding =
class
inherit ProactiveCachingBinding
end
public abstract class ProactiveCachingObjectNotificationBinding extends ProactiveCachingBinding
The ProactiveCachingObjectNotificationBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProactiveCachingObjectNotificationBinding | Initializes a new instance of the ProactiveCachingObjectNotificationBinding class. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
NotificationTechnique | Gets or sets the notification technique. | |
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(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. | |
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.