Add 方法 (AggregationAttribute)
Adds an AggregationAttribute to the end of the collection.
命名空間: 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
The AggregationAttribute to be added.
傳回值
型別:System. . :: . .Int32
The zero-based index at which the AggregationAttribute has been added.