IDTSVirtualInput100.ID Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el identificador 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
- Atributos
Comentarios
La propiedad ID del IDTSVirtualInput100 objeto contiene un número negativo. Los identificadores enteros negativos de los objetos de flujo de datos son identificadores internos y no deben cambiarse. Cambiar el identificador de un IDTSVirtualInput100 objeto afecta negativamente a la capacidad del motor de flujo de datos para volver a buscar el objeto.