共用方式為


Insert 方法 (Int32, AggregationInstanceAttribute)

Inserts a specified AggregationInstanceAttribute into the collection at the location specified by index.

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

語法

'宣告
Public Sub Insert ( _
    index As Integer, _
    item As AggregationInstanceAttribute _
)
'用途
Dim instance As AggregationInstanceAttributeCollection
Dim index As Integer
Dim item As AggregationInstanceAttribute

instance.Insert(index, item)
public void Insert(
    int index,
    AggregationInstanceAttribute item
)
public:
void Insert(
    int index, 
    AggregationInstanceAttribute^ item
)
member Insert : 
        index:int * 
        item:AggregationInstanceAttribute -> unit 
public function Insert(
    index : int, 
    item : AggregationInstanceAttribute
)

參數