Freigeben über


ProactiveCachingQueryBinding-Klasse

Represents the query binding elements for the cache.

Vererbungshierarchie

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

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

Syntax

'Declaration
<GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")> _
Public NotInheritable Class ProactiveCachingQueryBinding _
    Inherits ProactiveCachingBinding
'Usage
Dim instance As ProactiveCachingQueryBinding
[GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")]
public sealed class ProactiveCachingQueryBinding : ProactiveCachingBinding
[GuidAttribute(L"85A81986-C3BB-4612-84B8-677318AA1401")]
public ref class ProactiveCachingQueryBinding sealed : public ProactiveCachingBinding
[<SealedAttribute>]
[<GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")>]
type ProactiveCachingQueryBinding =  
    class 
        inherit ProactiveCachingBinding 
    end
public final class ProactiveCachingQueryBinding extends ProactiveCachingBinding

Der ProactiveCachingQueryBinding-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ProactiveCachingQueryBinding Initializes a new instance of the ProactiveCachingQueryBinding class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Parent Gets the parent object of the current object. (Geerbt von Binding.)
Öffentliche Eigenschaft QueryNotifications Gets or sets the collection of query notification elements that provide information to the ProactiveCachingQueryBinding class.
Öffentliche Eigenschaft RefreshInterval Gets or sets the update interval for ProactiveCachingQueryBinding.
Öffentliche Eigenschaft Site (Geerbt von Component.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a clone of the object. (Überschreibt Binding.Clone().)
Öffentliche Methode CopyTo Copies the content of this object to another object.
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode ToString (Geerbt von Component.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates a new copy of the object instance. (Geerbt von Binding.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace