共用方式為


IMajorObject.Refresh 方法 (Boolean, RefreshType)

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Updates current object from server definitions and loaded dependent objects if specified.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Sub Refresh ( _
    full As Boolean, _
    type As RefreshType _
)
'用途
Dim instance As IMajorObject 
Dim full As Boolean 
Dim type As RefreshType

instance.Refresh(full, type)
void Refresh(
    bool full,
    RefreshType type
)
void Refresh(
    bool full, 
    RefreshType type
)
abstract Refresh : 
        full:bool * 
        type:RefreshType -> unit
function Refresh(
    full : boolean, 
    type : RefreshType
)

參數

  • full
    型別:System.Boolean
    A Boolean value to refresh dependent objects if true. 

請參閱

參考

IMajorObject 介面

Refresh 多載

Microsoft.AnalysisServices 命名空間