MajorObject.GetUpdateOverwrites Method (Boolean)

 

Applies To: SQL Server (starting with 2016)

Gets the Hashtable object that overwrites the updated MajorObject.

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

Syntax

public Hashtable GetUpdateOverwrites(
    bool fullExpansion
)
public:
Hashtable^ GetUpdateOverwrites(
    bool fullExpansion
)
member GetUpdateOverwrites : 
        fullExpansion:bool -> Hashtable
Public Function GetUpdateOverwrites (
    fullExpansion As Boolean
) As Hashtable

Parameters

  • fullExpansion
    Type: System.Boolean

    true to full expansion; otherwise, false.

Return Value

Type: System.Collections.Hashtable

The Hashtable object that overwrites the updated MajorObject.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top