次の方法で共有


IMajorObject.Refresh メソッド (Boolean, RefreshType)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

サーバー定義を基に現在のオブジェクトを更新します。また、指定されている場合は、読み込まれた依存オブジェクトも更新します。

名前空間:  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
    Boolean 値です。true の場合、依存オブジェクトが更新されます。 

関連項目

参照

IMajorObject インターフェイス

Refresh オーバーロード

Microsoft.AnalysisServices 名前空間