共用方式為


IDTSCustomProperty100.ContainsID 屬性

Gets or sets a value that indicates whether the Value of the IDTSCustomProperty100 object contains the ID of another object in the data flow task.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Property ContainsID As Boolean 
    Get 
    Set
'用途
Dim instance As IDTSCustomProperty100 
Dim value As Boolean 

value = instance.ContainsID

instance.ContainsID = value
bool ContainsID { get; set; }
property bool ContainsID {
    bool get ();
    void set (bool value);
}
abstract ContainsID : bool with get, set
function get ContainsID () : boolean 
function set ContainsID (value : boolean)

屬性值

型別:System.Boolean
true if the value of the IDTSCustomProperty100 object contains the ID of another object in the data flow task; otherwise, false. The default is false.

備註

This optional property is provided to help the SSIS Designer during cut and paste operations and must be set to true when the Value of the IDTSCustomProperty100 contains the ID of another object in the data flow task.

請參閱

參考

IDTSCustomProperty100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間