다음을 통해 공유


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 네임스페이스