Classe ProactiveCachingQueryBinding
Represents the query binding elements for the cache.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ProactiveCachingBinding
Microsoft.AnalysisServices.ProactiveCachingQueryBinding
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")> _
Public NotInheritable Class ProactiveCachingQueryBinding _
Inherits ProactiveCachingBinding
'Utilizzo
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
Nel tipo ProactiveCachingQueryBinding sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ProactiveCachingQueryBinding | Initializes a new instance of the ProactiveCachingQueryBinding class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Container | Ereditato da Component. | |
Parent | Gets the parent object of the current object. Ereditato da Binding. | |
QueryNotifications | Gets or sets the collection of query notification elements that provide information to the ProactiveCachingQueryBinding class. | |
RefreshInterval | Gets or sets the update interval for ProactiveCachingQueryBinding. | |
Site | Ereditato da Component. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Returns a clone of the object. Esegue l'override di Binding.Clone(). | |
CopyTo | Copies the content of this object to another object. | |
CreateObjRef | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
Dispose | Ereditato da Component. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
ToString | Ereditato da Component. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da Component. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. Ereditato da Binding. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.