Compartir a través de


IDTSCustomProperty100.ID Propiedad

Definición

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 único del objeto IDTSCustomProperty100.

Implementaciones

ID
Atributos

Comentarios

El motor de flujo de datos establece la propiedad ID cuando IDTSCustomProperty100 se crea . Aparece como grabable porque el motor de flujo de datos escribe en la propiedad durante la creación y des serialización de un paquete, pero la propiedad es de solo lectura.

Se aplica a