IDTSCustomPropertyCollection100.GetObjectByID 메서드
Gets an IDTSCustomPropertyCollection100 object that has the specified ID.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Function GetObjectByID ( _
lID As Integer _
) As IDTSCustomProperty100
‘사용 방법
Dim instance As IDTSCustomPropertyCollection100
Dim lID As Integer
Dim returnValue As IDTSCustomProperty100
returnValue = instance.GetObjectByID(lID)
IDTSCustomProperty100 GetObjectByID(
int lID
)
IDTSCustomProperty100^ GetObjectByID(
[InAttribute] int lID
)
abstract GetObjectByID :
lID:int -> IDTSCustomProperty100
function GetObjectByID(
lID : int
) : IDTSCustomProperty100
매개 변수
- lID
유형: System.Int32
The ID of the custom property to retrieve from the collection.
반환 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The IDTSCustomProperty100 object having the specified ID value.