IDTSInputColumn90.ID Property

Gets or sets the ID of an input column object.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<DispIdAttribute(11)> _
Property ID As Integer
[DispIdAttribute(11)] 
int ID { get; set; }
[DispIdAttribute(11)] 
property int ID {
    int get ();
    void set ([InAttribute] int pID);
}
/** @property */
/** @attribute DispIdAttribute(11) */ 
int get_ID ()

/** @property */
/** @attribute DispIdAttribute(11) */ 
void set_ID (/** @attribute InAttribute() */ int pID)
DispIdAttribute(11) 
function get ID () : int

DispIdAttribute(11) 
function set ID (pID : int)

Property Value

The numeric ID of the IDTSInputColumn90 object.

Remarks

The ID property appears writeable at design time but any attempts to write to the property at run time cause an exception. The data flow engine assigns IDs for all objects in the data flow object model.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDTSInputColumn90 Interface
IDTSInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace