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