ModelComponentCollection.Insert 方法 (IModelComponent, String, Int32)
此 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 _
)
用法
Dim item As IModelComponent
Dim key As String
Dim index As Integer
Me.Insert(item, key, index)
protected void Insert(
IModelComponent item,
string key,
int index
)
protected:
void Insert(
IModelComponent^ item,
String^ key,
int index
)
member Insert :
item:IModelComponent *
key:string *
index:int -> unit
protected function Insert(
item : IModelComponent,
key : String,
index : int
)
参数
- 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.