IDTSPath100.ID Propiedad

Definición

Obtiene o establece el identificador de un objeto IDTSPath100.

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

Implementaciones

ID
Atributos

Comentarios

La ID propiedad identifica de forma única la ruta de acceso de otros objetos en el diseño de la tarea de flujo de datos. El motor de flujo de datos asigna durante la creación de la ruta de acceso y se trata como una propiedad de solo lectura.

Se aplica a