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 | |
---|---|---|
ProactiveCachingTablesBinding | Initializes a new instance of the ProactiveCachingTablesBinding class. |
Top
Properties
Name | Description | |
---|---|---|
Container | (Inherited from Component.) | |
NotificationTechnique | Gets or sets the notification technique. (Inherited from ProactiveCachingObjectNotificationBinding.) | |
Parent | Gets the parent object of the current object. (Inherited from Binding.) | |
Site | (Inherited from Component.) | |
TableNotifications | Gets the collection of table notification. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Returns a clone of the object. (Overrides Binding.Clone().) | |
CopyTo | Copies the content of this object to another object. | |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
Dispose | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (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.