MajorObject.Refresh Method (Boolean)

 

Applies To: SQL Server (starting with 2016)

Updates current object from server definitions and loaded dependent objects if specified.

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

Syntax

public void Refresh(
    bool full
)
public:
void Refresh(
    bool full
)
member Refresh : 
        full:bool -> unit
Public Sub Refresh (
    full As Boolean
)

Parameters

  • full
    Type: System.Boolean

    Specifies a Boolean value to refresh loaded dependent objects if true.

See Also

Refresh Overload
MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top