Partager via


Méthode MajorObject.GetUpdateOverwrites

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the Hashtable object that overwrites the updated MajorObject.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function GetUpdateOverwrites ( _
    fullExpansion As Boolean _
) As Hashtable
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

MajorObject Classe

Espace de noms Microsoft.AnalysisServices