IDTSObjectModel100_GetObjectByID 方法
Retrieves an object that is contained in a data flow task.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Public Overridable Function IDTSObjectModel100_GetObjectByID ( _
lID As Integer _
) As IDTSObject100
'用途
Dim instance As MainPipeClass
Dim lID As Integer
Dim returnValue As IDTSObject100
returnValue = instance.IDTSObjectModel100_GetObjectByID(lID)
public virtual IDTSObject100 IDTSObjectModel100_GetObjectByID(
int lID
)
public:
virtual IDTSObject100^ IDTSObjectModel100_GetObjectByID(
[InAttribute] int lID
)
abstract IDTSObjectModel100_GetObjectByID :
lID:int -> IDTSObject100
override IDTSObjectModel100_GetObjectByID :
lID:int -> IDTSObject100
public function IDTSObjectModel100_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.