MajorObject.Update Method ()

 

Applies To: SQL Server (starting with 2016)

Updates server definition of current object to actual values using the default values to update dependent objects.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public void Update()
public:
virtual void Update() sealed
abstract Update : unit -> unit
override Update : unit -> unit
Public Sub Update

See Also

Update Overload
MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top