ProactiveCachingObjectNotificationBinding Class
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.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | NotificationTechnique | |
| .gif) | Parent | Gets the parent object of the current object. (Inherited from Binding.) | 
| .gif) | Site | (Inherited from Component.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Creates a deep copy of current object. (Inherited from Binding.) | 
| .gif) | CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | 
| .gif) | CopyTo(ProactiveCachingObjectNotificationBinding) | |
| .gif) | CreateObjRef | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Component.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService | (Inherited from Component.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | ToString | (Inherited from Component.) | 
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.
.gif)
.gif)
.gif)