ProactiveCachingTablesBinding Class

Represents information to the ProactiveCaching element about data source changes in specified tables and views that require rebuilding the cache.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<GuidAttribute("E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")> _
Public NotInheritable Class ProactiveCachingTablesBinding _
    Inherits ProactiveCachingObjectNotificationBinding
'Usage
Dim instance As ProactiveCachingTablesBinding
[GuidAttribute("E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")]
public sealed class ProactiveCachingTablesBinding : ProactiveCachingObjectNotificationBinding
[GuidAttribute(L"E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")]
public ref class ProactiveCachingTablesBinding sealed : public ProactiveCachingObjectNotificationBinding
[<SealedAttribute>]
[<GuidAttribute("E0F5C3A7-D47D-47ED-BD52-99E1BBD1DB23")>]
type ProactiveCachingTablesBinding =  
    class 
        inherit ProactiveCachingObjectNotificationBinding 
    end
public final class ProactiveCachingTablesBinding extends ProactiveCachingObjectNotificationBinding

The ProactiveCachingTablesBinding type exposes the following members.

Constructors

  Name Description
Public method ProactiveCachingTablesBinding Initializes a new instance of the ProactiveCachingTablesBinding 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.)
Public property TableNotifications Gets the collection of table notification.

Top

Methods

  Name Description
Public method Clone Returns a clone of the object. (Overrides Binding.Clone().)
Public method CopyTo Copies the content of this object to another 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