MajorObject.Update Method (UpdateOptions, UpdateMode, XmlaWarningCollection)
SQL Server 2008
Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public void Update( UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings )
Parameters
- options
- Type: Microsoft.AnalysisServices.UpdateOptions
Specifies an UpdateOptions value that determines how to update dependent objects.
- mode
- Type: Microsoft.AnalysisServices.UpdateMode
Specifies an UpdateMode value that determines what to do if dependent objects exists.
- warnings
- Type: Microsoft.AnalysisServices.XmlaWarningCollection
Specifies an XmlaWarningCollection with all warnings resulting from update operation.