共用方式為


IDTSOutputColumnCollection100.GetObjectIndexByID(Int32) Method

Definition

public:
 int GetObjectIndexByID(int lID);
[System.Runtime.InteropServices.DispId(21)]
public int GetObjectIndexByID (int lID);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member GetObjectIndexByID : int -> int
Public Function GetObjectIndexByID (lID As Integer) As Integer

Parameters

lID
Int32

Returns

An Integer that specifies the location in the collection of the output column object.

Attributes

Remarks

If an output column having lID is not found in the collection, a DTS_E_OBJECTIDNOTFOUND exception occurs.

Applies to