Lenguaje

IDTSObject100.ID Propiedad

Definición

Obtiene o establece el identificador de un IDTSObject100 objeto.

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

Un valor entero que identifica de forma única el objeto.

Atributos

Comentarios

A cada objeto creado por el motor de flujo de datos se le asigna un ID único. La ID propiedad es de solo lectura.

Se aplica a