GetUpdateOverwrites 方法
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: 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