Свойство Cube.ScriptCacheProcessingMode
Gets or sets the script cache settings for processing.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property ScriptCacheProcessingMode As ScriptCacheProcessingMode
Get
Set
'Применение
Dim instance As Cube
Dim value As ScriptCacheProcessingMode
value = instance.ScriptCacheProcessingMode
instance.ScriptCacheProcessingMode = value
public ScriptCacheProcessingMode ScriptCacheProcessingMode { get; set; }
public:
property ScriptCacheProcessingMode ScriptCacheProcessingMode {
ScriptCacheProcessingMode get ();
void set (ScriptCacheProcessingMode value);
}
member ScriptCacheProcessingMode : ScriptCacheProcessingMode with get, set
function get ScriptCacheProcessingMode () : ScriptCacheProcessingMode
function set ScriptCacheProcessingMode (value : ScriptCacheProcessingMode)
Значение свойства
Тип: Microsoft.AnalysisServices.ScriptCacheProcessingMode
A ScriptCacheProcessingMode enumeration.