หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies an enumeration of script cache processing.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration ScriptCacheProcessingMode
'Usage
Dim instance As ScriptCacheProcessingMode
public enum ScriptCacheProcessingMode
public enum class ScriptCacheProcessingMode
type ScriptCacheProcessingMode
public enum ScriptCacheProcessingMode
Members
| Member name | Description | |
|---|---|---|
| Lazy | Builds the script cache after processing. | |
| Regular | Builds the script cache during processing. |