IDTSCustomProperty100.ContainsID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示 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
该属性。