Udostępnij za pośrednictwem


Właściwość Cube.ScriptCacheProcessingMode

Pobiera lub ustawia ustawienia pamięci podręcznej dla przetwarzania skryptu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Property ScriptCacheProcessingMode As ScriptCacheProcessingMode
    Get
    Set
'Użycie
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)