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 设计器,当 IDTSCustomProperty100 的值包含数据流任务中另一个对象的 ID 时,必须设置为 true

适用于