Метод RemoveObjectByID
Deletes an IDTSOutput100 specified by the lID parameter.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Sub RemoveObjectByID ( _
lID As Integer _
)
'Применение
Dim instance As IDTSOutputCollection100
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 IDTSOutput100 to delete.