IDTSCustomProperty100.ContainsID 属性

定义

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

属性值

如果对象的值IDTSCustomProperty100包含数据流任务中另一个对象的 ID,则为 true;否则为 false。 默认值为 false。

属性

注解

此可选属性在剪切和粘贴操作期间帮助 SSIS 设计器,并且当数据流任务中包含另一个对象的 ID 时IDTSCustomProperty100,必须设置为 true

适用于