GetUpdateOverwrites メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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