Compartilhar via


Método GetUpdateOverwrites

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

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

Sintaxe

'Declaração
Public Function GetUpdateOverwrites ( _
    fullExpansion As Boolean _
) As Hashtable
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Collections. . :: . .Hashtable