MajorObject.GetUpdateOverwrites Method (Boolean)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the Hashtable object that overwrites the updated MajorObject.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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