MajorObject.Update Method (UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection)
SQL Server 2012
Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public void Update( UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult )
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 exist.
- warnings
- Type: Microsoft.AnalysisServices.XmlaWarningCollection
Specifies an XmlaWarningCollection with all warnings resulting from update operation.
- impactResult
- Type: Microsoft.AnalysisServices.ImpactDetailCollection
Specifies an ImpactDetailCollection with all affected objects from update operation.
