MajorObject.Update Method (UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection)
Applies To: SQL Server (starting with 2016)
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.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public void Update(
UpdateOptions options,
UpdateMode mode,
XmlaWarningCollection warnings,
ImpactDetailCollection impactResult
)
public:
void Update(
UpdateOptions options,
UpdateMode mode,
XmlaWarningCollection^ warnings,
ImpactDetailCollection^ impactResult
)
member Update :
options:UpdateOptions *
mode:UpdateMode *
warnings:XmlaWarningCollection *
impactResult:ImpactDetailCollection -> unit
Public Sub Update (
options As UpdateOptions,
mode As UpdateMode,
warnings As XmlaWarningCollection,
impactResult As ImpactDetailCollection
)
Parameters
options
Type: Microsoft.AnalysisServices.UpdateOptionsSpecifies an UpdateOptions value that determines how to update dependent objects.
mode
Type: Microsoft.AnalysisServices.UpdateModeSpecifies an UpdateMode value that determines what to do if dependent objects exist.
warnings
Type: Microsoft.AnalysisServices.XmlaWarningCollectionSpecifies an XmlaWarningCollection with all warnings resulting from update operation.
impactResult
Type: Microsoft.AnalysisServices.ImpactDetailCollectionSpecifies an ImpactDetailCollection with all affected objects from update operation.
See Also
Update Overload
MajorObject Class
Microsoft.AnalysisServices Namespace
Return to top