Share via


Méthode GetUpdateOverwrites

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

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

Valeur de retour

Type : System.Collections. . :: . .Hashtable