언어

IDTSCustomProperty100.ContainsID 속성

정의

객체의 가 데이터 플로우 작업 내 다른 객체의 ID를 포함하는지 나타내 ValueIDTSCustomProperty100 는 값을 받거나 설정합니다.

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 디자이너가 컷 앤 페이스트 작업 중 도움을 주기 위해 제공되며, 데이터 IDTSCustomProperty100 흐름 작업 중 다른 Value 객체의 ID가 포함된 경우 로 true 설정해야 합니다.

적용 대상