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.

请参阅

参考

MajorObject 类

Microsoft.AnalysisServices 命名空间