ProactiveCaching.Source Property

Definition

Gets or sets the binding of the ProactiveCaching object.

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.ProactiveCachingBinding Source { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Source : Microsoft.AnalysisServices.ProactiveCachingBinding with get, set
Public Property Source As ProactiveCachingBinding

Property Value

A ProactiveCachingBinding object.

Attributes

Remarks

This regulates the notification mechanisms as well as the processing options. The default for source is ProactiveCachingInheritedBinding.

Applies to