Compartilhar via


Propriedade do RDL Cube.ScriptCacheProcessingMode

Gets or sets the script cache settings for processing.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property ScriptCacheProcessingMode As ScriptCacheProcessingMode 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ScriptCacheProcessingMode
A ScriptCacheProcessingMode enumeration.

Consulte também

Referência

Cube Classe

Namespace Microsoft.AnalysisServices