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 | |
---|---|---|
ProactiveCachingInheritedBinding | Initializes a new instance of the ProactiveCachingInheritedBinding 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.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Returns a clone of the object. (Overrides Binding.Clone().) | |
CopyTo | Copies a ProactiveCachingInheritedBinding object to the specified 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.