AggregationAttributeCollection.Add メソッド (AggregationAttribute)
AggregationAttribute をコレクションの末尾に追加します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Add ( _
item As AggregationAttribute _
) As Integer
'使用
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AggregationAttribute item
)
public:
int Add(
AggregationAttribute^ item
)
member Add :
item:AggregationAttribute -> int
public function Add(
item : AggregationAttribute
) : int
パラメーター
- item
型: Microsoft.AnalysisServices.AggregationAttribute
追加する AggregationAttribute です。
戻り値
型: System.Int32
AggregationAttribute の追加先である、0 から始まるインデックスです。