IDTSPathCollection100.RemoveObjectByID 메서드
Removes a IDTSPath100 object specified by the ID parameter.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Sub RemoveObjectByID ( _
lID As Integer _
)
‘사용 방법
Dim instance As IDTSPathCollection100
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 IDTSPath100 object to remove from the collection.