ProactiveCachingQueryBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the query binding elements for the cache.
[System.Runtime.InteropServices.Guid("85A81986-C3BB-4612-84B8-677318AA1401")]
public sealed class ProactiveCachingQueryBinding : Microsoft.AnalysisServices.ProactiveCachingBinding
[<System.Runtime.InteropServices.Guid("85A81986-C3BB-4612-84B8-677318AA1401")>]
type ProactiveCachingQueryBinding = class
inherit ProactiveCachingBinding
Public NotInheritable Class ProactiveCachingQueryBinding
Inherits ProactiveCachingBinding
- Inheritance
- Attributes
Constructors
ProactiveCachingQueryBinding() |
Properties
Parent |
Gets the parent object of the current object. (Inherited from 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. |
Methods
Clone() |
Returns a copy of the ProactiveCachingQueryBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
CopyTo(ProactiveCachingQueryBinding) |
Copies the content of this object to another object. |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |