MajorObject.Update Method (UpdateOptions)

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

public void Update(
    UpdateOptions options
)
public:
void Update(
    UpdateOptions options
)
member Update : 
        options:UpdateOptions -> unit
Public Sub Update (
    options As UpdateOptions
)

Parameters

See Also

Update Overload
MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top