Aracılığıyla paylaş


Cube.ScriptCacheProcessingMode Özelliği

Alır veya komut dosyası işlemesi için önbellek ayarlarını ayarlar.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Property ScriptCacheProcessingMode As ScriptCacheProcessingMode
    Get
    Set
'Kullanım
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)