IDTSCustomProperty100.ContainsID Propiedad

Definición

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 objeto IDTSCustomProperty100 contiene el identificador de otro objeto en la tarea flujo de datos; de lo 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 en true cuando el valor de IDTSCustomProperty100 contiene el identificador de otro objeto en la tarea de flujo de datos.

Se aplica a