Метод 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
)
Параметры
- obj
Тип Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
An SqlSmoObject value that will be added to the collection.
- insertAtPosition
Тип System. . :: . .Int32
An Int32 value that specifies the index position in the collection at which to insert the specified object.