AggregationInstanceCollection.Add メソッド
AggregationInstance を作成してコレクションの末尾に追加します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Add As AggregationInstance
'使用
Dim instance As AggregationInstanceCollection
Dim returnValue As AggregationInstance
returnValue = instance.Add()
public AggregationInstance Add()
public:
AggregationInstance^ Add()
member Add : unit -> AggregationInstance
public function Add() : AggregationInstance
戻り値
型: Microsoft.AnalysisServices.AggregationInstance
新しい、空の AggregationInstance です。