MajorObject.Refresh メソッド (Boolean, RefreshType)
サーバー定義を基に現在のオブジェクトを更新します。また、指定されている場合は、読み込まれた依存オブジェクトも更新します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Refresh ( _
full As Boolean, _
type As RefreshType _
)
'使用
Dim instance As MajorObject
Dim full As Boolean
Dim type As RefreshType
instance.Refresh(full, type)
public void Refresh(
bool full,
RefreshType type
)
public:
virtual void Refresh(
bool full,
RefreshType type
) sealed
abstract Refresh :
full:bool *
type:RefreshType -> unit
override Refresh :
full:bool *
type:RefreshType -> unit
public final function Refresh(
full : boolean,
type : RefreshType
)
パラメーター
- full
型: System.Boolean
Boolean 値を指定します。true の場合、依存オブジェクトが更新されます。
- type
型: Microsoft.AnalysisServices.RefreshType
更新する依存オブジェクトを決定する RefreshType 値を指定します。
説明
サーバー上の現在のオブジェクトが変更された場合は、新しい定義がインスタンス化されます。 指定されている場合は、読み込まれた依存オブジェクトが新しい定義に変更されます。