Метод GetObjectByID (Int32)
Retrieves an object contained in the data flow task by using the ID of the object.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Function GetObjectByID ( _
lID As Integer _
) As IDTSObject100
'Применение
Dim instance As IDTSPipeline100
Dim lID As Integer
Dim returnValue As IDTSObject100
returnValue = instance.GetObjectByID(lID)
IDTSObject100 GetObjectByID(
int lID
)
IDTSObject100^ GetObjectByID(
[InAttribute] int lID
)
abstract GetObjectByID :
lID:int -> IDTSObject100
function GetObjectByID(
lID : int
) : IDTSObject100
Параметры
- lID
Тип: System. . :: . .Int32
The ID of the object to retrieve.
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSObject100
The IDTSObject100 interface of the object that is retrieved.
Реализует
Замечания
If an object with the specified ID is not found, an DTS_E_OBJECTIDNOTFOUND exception is thrown.