ArrayListCollectionBase.AddImpl 方法

Adds an object or member to this collection at the specified index.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Sub AddImpl ( _
    obj As SqlSmoObject, _
    insertAtPosition As Integer _
)
用法
Dim obj As SqlSmoObject 
Dim insertAtPosition As Integer 

Me.AddImpl(obj, insertAtPosition)
protected void AddImpl(
    SqlSmoObject obj,
    int insertAtPosition
)
protected:
void AddImpl(
    SqlSmoObject^ obj, 
    int insertAtPosition
)
member AddImpl : 
        obj:SqlSmoObject * 
        insertAtPosition:int -> unit
protected function AddImpl(
    obj : SqlSmoObject, 
    insertAtPosition : int
)

参数

  • insertAtPosition
    类型:System.Int32
    An Int32 value that specifies the index position in the collection at which to insert the specified object.

请参阅

参考

ArrayListCollectionBase 类

Microsoft.SqlServer.Management.Smo 命名空间