ProactiveCachingQueryBinding Class

 

Updated: May 24, 2016

Represents the query binding elements for the cache.

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

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.AnalysisServices::Binding
        Microsoft.AnalysisServices::ProactiveCachingBinding
          Microsoft.AnalysisServices::ProactiveCachingQueryBinding

[GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")]
public ref class ProactiveCachingQueryBinding sealed : ProactiveCachingBinding

NameDescription
System_CAPS_pubmethodProactiveCachingQueryBinding()

Initializes a new instance of the ProactiveCachingQueryBinding class.

NameDescription
System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyParent

Gets the parent object of the current object.(Inherited from Binding.)

System_CAPS_pubpropertyQueryNotifications

Gets or sets the collection of query notification elements that provide information to the ProactiveCachingQueryBinding class.

System_CAPS_pubpropertyRefreshInterval

Gets or sets the update interval for ProactiveCachingQueryBinding.

System_CAPS_pubpropertySite

(Inherited from Component.)

NameDescription
System_CAPS_pubmethodClone()

Returns a clone of the object.(Overrides Binding::Clone().)

System_CAPS_pubmethodCopyTo(ProactiveCachingQueryBinding^)

Copies the content of this object to another object.

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates a new copy of the object instance.(Inherited from Binding.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: