ProactiveCachingInheritedBinding Class

Represents an object notification binding for proactive caching.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.ProactiveCachingBinding
          Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
            Microsoft.AnalysisServices.ProactiveCachingInheritedBinding

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("60E256A4-9E6A-40C7-A771-6645BE96E38B")> _
Public NotInheritable Class ProactiveCachingInheritedBinding _
    Inherits ProactiveCachingObjectNotificationBinding
'Usage
Dim instance As ProactiveCachingInheritedBinding
[GuidAttribute("60E256A4-9E6A-40C7-A771-6645BE96E38B")]
public sealed class ProactiveCachingInheritedBinding : ProactiveCachingObjectNotificationBinding
[GuidAttribute(L"60E256A4-9E6A-40C7-A771-6645BE96E38B")]
public ref class ProactiveCachingInheritedBinding sealed : public ProactiveCachingObjectNotificationBinding
[<SealedAttribute>]
[<GuidAttribute("60E256A4-9E6A-40C7-A771-6645BE96E38B")>]
type ProactiveCachingInheritedBinding =  
    class 
        inherit ProactiveCachingObjectNotificationBinding 
    end
public final class ProactiveCachingInheritedBinding extends ProactiveCachingObjectNotificationBinding

The ProactiveCachingInheritedBinding type exposes the following members.

Constructors

  Name Description
Public method ProactiveCachingInheritedBinding Initializes a new instance of the ProactiveCachingInheritedBinding class.

Top

Properties

  Name Description
Public property Container (Inherited from Component.)
Public property NotificationTechnique Gets or sets the notification technique. (Inherited from ProactiveCachingObjectNotificationBinding.)
Public property Parent Gets the parent object of the current object. (Inherited from Binding.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method Clone Returns a clone of the object. (Overrides Binding.Clone().)
Public method CopyTo Copies a ProactiveCachingInheritedBinding object to the specified object.
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose (Inherited from Component.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.AnalysisServices Namespace