Partager via


Propriété IDTSVirtualInput100.ID

Gets or sets the ID of a virtual input object.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property ID As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The ID of the IDTSVirtualInput100.

Notes

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.

Voir aussi

Référence

IDTSVirtualInput100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper