IDTSInput100.ID Property
Gets or sets the ID of an IDTSInput100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property ID As Integer
Get
Set
'Usage
Dim instance As IDTSInput100
Dim value As Integer
value = instance.ID
instance.ID = value
int ID { get; set; }
property int ID {
int get ();
void set (int value);
}
abstract ID : int with get, set
function get ID () : int
function set ID (value : int)
Property Value
Type: System.Int32
An Integer that contains the ID of the IDTSInput100 object.
Implements
Remarks
The ID property is set by the data flow engine when the IDTSInput100 is created and is read-only thereafter.
See Also