Metodo MajorObject.GetUpdateOverwrites
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the Hashtable object that overwrites the updated MajorObject.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function GetUpdateOverwrites ( _
fullExpansion As Boolean _
) As Hashtable
'Utilizzo
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
Parametri
- fullExpansion
Tipo: System.Boolean
true to full expansion; otherwise, false.
Valore restituito
Tipo: System.Collections.Hashtable
The Hashtable object that overwrites the updated MajorObject.