共用方式為


Insert 方法 (Int32, ModelComponent)

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

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

語法

'宣告
Protected Friend Overridable Sub Insert ( _
    index As Integer, _
    item As ModelComponent _
)
'用途
Dim index As Integer
Dim item As ModelComponent

Me.Insert(index, item)
protected internal virtual void Insert(
    int index,
    ModelComponent item
)
protected public:
virtual void Insert(
    int index, 
    ModelComponent^ item
)
abstract Insert : 
        index:int * 
        item:ModelComponent -> unit 
override Insert : 
        index:int * 
        item:ModelComponent -> unit 
 function Insert(
    index : int, 
    item : ModelComponent
)