Lenguaje

IDTSOutput100.ID Propiedad

Definición

Obtiene o establece la ID propiedad de un IDTSOutput100 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

El ID del IDTSOutput100 objeto.

Implementaciones

ID
Atributos

Comentarios

La ID propiedad se establece mediante la tarea de flujo de datos cuando se crea el IDTSOutput100 y no puede modificarse.

Se aplica a