Lenguaje

IDTSVirtualInput100.ID Propiedad

Definición

Obtiene o establece el ID de un objeto de entrada virtual.

public:
 property int ID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(11)]
public int ID { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.ID : int with get, set
Public Property ID As Integer

Valor de propiedad

Identificador de .IDTSVirtualInput100

Implementaciones

ID
Atributos

Comentarios

La propiedad ID del IDTSVirtualInput100 objeto contiene un número negativo. Los IDs enteros negativos en objetos de flujo de datos son IDs internos y no deben cambiarse. Cambiar el ID de un IDTSVirtualInput100 objeto afecta negativamente a la capacidad del motor de flujo de datos para localizar el objeto de nuevo.

Se aplica a