Метод PackageItems.RemoveAt
Removes a PackageItem object from the PackageItems collection with specified index.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Sub RemoveAt ( _
index As Integer _
)
'Применение
Dim instance As PackageItems
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index:int -> unit
public function RemoveAt(
index : int
)
Параметры
- index
Тип: System.Int32
The index.