次の方法で共有


Refresh メソッド (Boolean, RefreshType)

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

名前空間:  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
)

パラメーター