共用方式為


GetUpdateOverwrites 方法

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  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

參數