Compartir a través de


ID Propiedad

Gets or sets the ID of a virtual input object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property ID As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Int32
The ID of the IDTSVirtualInput100.

Implementa

IDTSObject100. . :: . .ID

Comentarios

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.