IDTSCustomProperty100.ContainsID 属性

定义

获取或设置一个值,该值指示 Value 对象的 IDTSCustomProperty100 是否在数据流任务中包含其他对象的 ID。

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 时ValueIDTSCustomProperty100设置为true该属性。

适用于