Freigeben über


MajorObject.GetUpdateOverwrites-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the Hashtable object that overwrites the updated MajorObject.

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

Syntax

'Declaration
Public Function GetUpdateOverwrites ( _
    fullExpansion As Boolean _
) As Hashtable
'Usage
Dim instance As MajorObject 
Dim fullExpansion As Boolean 
Dim returnValue As Hashtable 

returnValue = instance.GetUpdateOverwrites(fullExpansion)
public Hashtable GetUpdateOverwrites(
    bool fullExpansion
)
public:
Hashtable^ GetUpdateOverwrites(
    bool fullExpansion
)
member GetUpdateOverwrites : 
        fullExpansion:bool -> Hashtable
public function GetUpdateOverwrites(
    fullExpansion : boolean
) : Hashtable

Parameter

  • fullExpansion
    Typ: System.Boolean
    true to full expansion; otherwise, false.

Rückgabewert

Typ: System.Collections.Hashtable
The Hashtable object that overwrites the updated MajorObject.

Siehe auch

Verweis

MajorObject Klasse

Microsoft.AnalysisServices-Namespace