IDTSInput100.ID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of an IDTSInput100 object.

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

Syntax

[DispIdAttribute(11)]
int ID {
    [DispIdAttribute(11)]
    get;
    [DispIdAttribute(11)]
    set;
}
[DispIdAttribute(11)]
property int ID {
    [DispIdAttribute(11)]
    int get();
    [DispIdAttribute(11)]
    void set(int value);
}
[<DispIdAttribute(11)>]
abstract ID : int with get, set
<DispIdAttribute(11)>
Property ID As Integer

Property Value

Type: System.Int32

The identifier of the IDTSInput100 object.

Implements

IDTSObject100.ID

Remarks

The ID property is set by the data flow engine when the IDTSInput100 is created and is read-only thereafter.

See Also

IDTSInput100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top