IDTSCustomProperty100.ContainsID Propiedad

Definición

Obtiene o establece un valor que indica si la propiedad Value del objeto IDTSCustomProperty100 contiene el identificador de otro objeto de la tarea de flujo de datos.

public:
 property bool ContainsID { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(106)]
public bool ContainsID { [System.Runtime.InteropServices.DispId(106)] get; [System.Runtime.InteropServices.DispId(106)] set; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
[<set: System.Runtime.InteropServices.DispId(106)>]
member this.ContainsID : bool with get, set
Public Property ContainsID As Boolean

Valor de propiedad

True si el valor del IDTSCustomProperty100 objeto contiene el identificador de otro objeto en la tarea flujo de datos; en caso contrario, false. El valor predeterminado es false.

Atributos

Comentarios

Esta propiedad opcional se proporciona para ayudar al Diseñador de SSIS durante las operaciones de cortar y pegar y debe establecerse true en cuando el Value de IDTSCustomProperty100 contiene el identificador de otro objeto en la tarea flujo de datos.

Se aplica a