IDTSVirtualInputColumnCollection100.GetObjectByID(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSVirtualInputColumn100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSVirtualInputColumn100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSVirtualInputColumn100
Public Function GetObjectByID (lID As Integer) As IDTSVirtualInputColumn100
Parameters
- lID
- Int32
Returns
An IDTSVirtualInputColumn100 object from the collection.
- Attributes
Remarks
If the specified ID does not correspond to a column in the collection, the DTS_E_OBJECTIDNOTFOUND exception occurs.