ModelComponentCollection.Insert 方法 (IModelComponent, String, Int32, Boolean)
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Inserts an IModelComponent in the ModelComponentCollection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Protected Sub Insert ( _
item As IModelComponent, _
key As String, _
index As Integer, _
updateDependents As Boolean _
)
'用途
Dim item As IModelComponent
Dim key As String
Dim index As Integer
Dim updateDependents As Boolean
Me.Insert(item, key, index, updateDependents)
protected void Insert(
IModelComponent item,
string key,
int index,
bool updateDependents
)
protected:
void Insert(
IModelComponent^ item,
String^ key,
int index,
bool updateDependents
)
member Insert :
item:IModelComponent *
key:string *
index:int *
updateDependents:bool -> unit
protected function Insert(
item : IModelComponent,
key : String,
index : int,
updateDependents : boolean
)
參數
- item
型別:Microsoft.AnalysisServices.IModelComponent
The item to insert.
- key
型別:System.String
The key.
- index
型別:System.Int32
The zero-based index at which item should be inserted.
- updateDependents
型別:System.Boolean
Indicates whether to update the dependents.