MajorObject.GetUpdateOverwrites 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets the Hashtable object that overwrites the updated MajorObject.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function GetUpdateOverwrites ( _
fullExpansion As Boolean _
) As Hashtable
'用途
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
參數
- fullExpansion
型別:System.Boolean
true to full expansion; otherwise, false.
傳回值
型別:System.Collections.Hashtable
The Hashtable object that overwrites the updated MajorObject.