IDTSObjectModel100.GetObjectByID 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Retrieves the object by ID that is contained in a data flow task.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Function GetObjectByID ( _
lID As Integer _
) As IDTSObject100
用法
Dim instance As IDTSObjectModel100
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 object with the specified ID.