Share via


IDTSRuntimeConnection100.ID Propiedad

Definición

Obtiene o establece el identificador del objeto IDTSRuntimeConnection100.

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

Id. del objeto IDTSRuntimeConnection100.

Implementaciones

ID
Atributos

Comentarios

De forma predeterminada, el identificador de la conexión en tiempo de ejecución se establece cuando se crea la conexión. Sin embargo, si la AutoGenerateIDForNewObjects propiedad de la tarea de flujo de datos es false, el identificador debe establecerse mediante esta propiedad.

Se aplica a