Compartir a través de


MajorObject.GetUpdateOverwrites Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the Hashtable object that overwrites the updated MajorObject.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

MajorObject Clase

Espacio de nombres Microsoft.AnalysisServices