Clase ProactiveCachingQueryBinding
Represents the query binding elements for the cache.
Jerarquía de herencia
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ProactiveCachingBinding
Microsoft.AnalysisServices.ProactiveCachingQueryBinding
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")> _
Public NotInheritable Class ProactiveCachingQueryBinding _
Inherits ProactiveCachingBinding
'Uso
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
El tipo ProactiveCachingQueryBinding expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ProactiveCachingQueryBinding | Initializes a new instance of the ProactiveCachingQueryBinding class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Container | (Se hereda de Component.) | |
Parent | Gets the parent object of the current object. (Se hereda de 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 | (Se hereda de Component.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Returns a clone of the object. (Invalida Binding.Clone().) | |
CopyTo | Copies the content of this object to another object. | |
CreateObjRef | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
Dispose | (Se hereda de Component.) | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
ToString | (Se hereda de Component.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
Disposed | (Se hereda de Component.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. (Se hereda de Binding.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.