IDTSCustomProperty100.ContainsID Propriedade

Definição

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 da propriedade

true se o valor do objeto IDTSCustomProperty100 contiver a ID de outro objeto na tarefa de fluxo de dados; caso contrário, false. O padrão é false.

Atributos

Comentários

Essa propriedade opcional é fornecida para ajudar o Designer do SSIS durante operações de recortar e colar e deve ser definida como true quando o Valor do IDTSCustomProperty100 contiver a ID de outro objeto na tarefa de fluxo de dados.

Aplica-se a