ModelComponentCollection.IList.Add 方法

Adds an item to the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

C#
int IList.Add(
    Object value
)

參數

傳回值

型別:System.Int32
The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.

實作

IList.Add(Object)

請參閱

參考

ModelComponentCollection 類別

Microsoft.AnalysisServices 命名空間