IDTSVirtualInput100.ID Property

Gets or sets the ID of a virtual input 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 IDTSVirtualInput100
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
The ID of the IDTSVirtualInput100.

Implements

IDTSObject100.ID

Remarks

The ID property of the IDTSVirtualInput100 object contains a negative number. Negative integer IDs in data flow objects are internal IDs and should not be changed. Changing the ID of an IDTSVirtualInput100 object adversely affects the ability of the data flow engine to locate the object again.