MajorObject.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean) |
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. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation. |
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection) |
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. |
Update(UpdateOptions, UpdateMode, XmlaWarningCollection) |
Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation. |
Update(UpdateOptions, UpdateMode) |
Updates server definition of current object to actual values using the specified options to update dependent objects. |
Update() |
Updates server definition of current object to actual values using the default values to update dependent objects. |
Update(UpdateOptions) |
Updates server definition of current object to actual values using the specified options to update dependent objects. |
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean)
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. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation.
public void Update (Microsoft.AnalysisServices.UpdateOptions options, Microsoft.AnalysisServices.UpdateMode mode, Microsoft.AnalysisServices.XmlaWarningCollection warnings, Microsoft.AnalysisServices.ImpactDetailCollection impactResult, bool analyzeImpactOnly);
member this.Update : Microsoft.AnalysisServices.UpdateOptions * Microsoft.AnalysisServices.UpdateMode * Microsoft.AnalysisServices.XmlaWarningCollection * Microsoft.AnalysisServices.ImpactDetailCollection * bool -> unit
Public Sub Update (options As UpdateOptions, mode As UpdateMode, warnings As XmlaWarningCollection, impactResult As ImpactDetailCollection, analyzeImpactOnly As Boolean)
Parameters
- options
- UpdateOptions
Specifies an UpdateOptions value that determines how to update dependent objects.
- mode
- UpdateMode
Specifies an UpdateMode value that determines what to do if dependent objects exists.
- warnings
- XmlaWarningCollection
Specifies an XmlaWarningCollection with all warnings resulting from update operation.
- impactResult
- ImpactDetailCollection
Specifies an ImpactDetailCollection with all affected objects from update operation.
- analyzeImpactOnly
- Boolean
If true, only the impact analysis is executed, otherwise update operation is executed.
Applies to
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection)
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.
public void Update (Microsoft.AnalysisServices.UpdateOptions options, Microsoft.AnalysisServices.UpdateMode mode, Microsoft.AnalysisServices.XmlaWarningCollection warnings, Microsoft.AnalysisServices.ImpactDetailCollection impactResult);
member this.Update : Microsoft.AnalysisServices.UpdateOptions * Microsoft.AnalysisServices.UpdateMode * Microsoft.AnalysisServices.XmlaWarningCollection * Microsoft.AnalysisServices.ImpactDetailCollection -> unit
Public Sub Update (options As UpdateOptions, mode As UpdateMode, warnings As XmlaWarningCollection, impactResult As ImpactDetailCollection)
Parameters
- options
- UpdateOptions
Specifies an UpdateOptions value that determines how to update dependent objects.
- mode
- UpdateMode
Specifies an UpdateMode value that determines what to do if dependent objects exists.
- warnings
- XmlaWarningCollection
Specifies an XmlaWarningCollection with all warnings resulting from update operation.
- impactResult
- ImpactDetailCollection
Specifies an ImpactDetailCollection with all affected objects from update operation.
Applies to
Update(UpdateOptions, UpdateMode, XmlaWarningCollection)
Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation.
public void Update (Microsoft.AnalysisServices.UpdateOptions options, Microsoft.AnalysisServices.UpdateMode mode, Microsoft.AnalysisServices.XmlaWarningCollection warnings);
member this.Update : Microsoft.AnalysisServices.UpdateOptions * Microsoft.AnalysisServices.UpdateMode * Microsoft.AnalysisServices.XmlaWarningCollection -> unit
Public Sub Update (options As UpdateOptions, mode As UpdateMode, warnings As XmlaWarningCollection)
Parameters
- options
- UpdateOptions
Specifies an UpdateOptions value that determines how to update dependent objects.
- mode
- UpdateMode
Specifies an UpdateMode value that determines what to do if dependent objects exists.
- warnings
- XmlaWarningCollection
Specifies an XmlaWarningCollection with all warnings resulting from update operation.
Applies to
Update(UpdateOptions, UpdateMode)
Updates server definition of current object to actual values using the specified options to update dependent objects.
public void Update (Microsoft.AnalysisServices.UpdateOptions options, Microsoft.AnalysisServices.UpdateMode mode);
member this.Update : Microsoft.AnalysisServices.UpdateOptions * Microsoft.AnalysisServices.UpdateMode -> unit
Public Sub Update (options As UpdateOptions, mode As UpdateMode)
Parameters
- options
- UpdateOptions
Specifies an UpdateOptions value that determines how to update dependent objects.
- mode
- UpdateMode
Specifies an UpdateMode value that determines what to do if dependent objects exists.
Applies to
Update()
Updates server definition of current object to actual values using the default values to update dependent objects.
public void Update ();
abstract member Update : unit -> unit
override this.Update : unit -> unit
Public Sub Update ()
Applies to
Update(UpdateOptions)
Updates server definition of current object to actual values using the specified options to update dependent objects.
public void Update (Microsoft.AnalysisServices.UpdateOptions options);
member this.Update : Microsoft.AnalysisServices.UpdateOptions -> unit
Public Sub Update (options As UpdateOptions)
Parameters
- options
- UpdateOptions
Specifies an UpdateOptions value that determines how to update dependent objects.