Compartilhar via


Método MajorObject.GetUpdateOverwrites

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

Gets the Hashtable object that overwrites the updated MajorObject.

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

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

Valor de retorno

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

Consulte também

Referência

MajorObject Classe

Namespace Microsoft.AnalysisServices