MajorObject.Update Method (UpdateOptions, UpdateMode)

 

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,
    UpdateMode mode
)
public:
void Update(
    UpdateOptions options,
    UpdateMode mode
)
member Update : 
        options:UpdateOptions *
        mode:UpdateMode -> unit
Public Sub Update (
    options As UpdateOptions,
    mode As UpdateMode
)

Parameters

See Also

Update Overload
MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top