Partager via


Propriété Cube.ScriptCacheProcessingMode

Gets or sets the script cache settings for processing.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ScriptCacheProcessingMode As ScriptCacheProcessingMode 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.AnalysisServices.ScriptCacheProcessingMode
A ScriptCacheProcessingMode enumeration.

Voir aussi

Référence

Cube Classe

Espace de noms Microsoft.AnalysisServices