IDTSCustomProperty100.ContainsID 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
객체의 가 데이터 플로우 작업 내 다른 객체의 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 설정해야 합니다.