次の方法で共有


Update メソッド (UpdateOptions, UpdateMode, XmlaWarningCollection)

依存オブジェクトを更新するために指定されたオプションを使用して、現在のオブジェクトのサーバー定義を実際の値に更新し、操作によって発生した警告を報告します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub Update ( _
    options As UpdateOptions, _
    mode As UpdateMode, _
    warnings As XmlaWarningCollection _
)
'使用
Dim instance As MajorObject
Dim options As UpdateOptions
Dim mode As UpdateMode
Dim warnings As XmlaWarningCollection

instance.Update(options, mode, warnings)
public void Update(
    UpdateOptions options,
    UpdateMode mode,
    XmlaWarningCollection warnings
)
public:
void Update(
    UpdateOptions options, 
    UpdateMode mode, 
    XmlaWarningCollection^ warnings
)
member Update : 
        options:UpdateOptions * 
        mode:UpdateMode * 
        warnings:XmlaWarningCollection -> unit 
public function Update(
    options : UpdateOptions, 
    mode : UpdateMode, 
    warnings : XmlaWarningCollection
)

パラメーター