Метод IDTSInputColumnCollection100.RemoveObjectByID
Deletes an IDTSInputColumn100 object specified by ID.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Sub RemoveObjectByID ( _
lID As Integer _
)
'Применение
Dim instance As IDTSInputColumnCollection100
Dim lID As Integer
instance.RemoveObjectByID(lID)
void RemoveObjectByID(
int lID
)
void RemoveObjectByID(
[InAttribute] int lID
)
abstract RemoveObjectByID :
lID:int -> unit
function RemoveObjectByID(
lID : int
)
Параметры
- lID
Тип: System.Int32
The ID of the IDTSInputColumn100 to remove from the collection.