IDTSComponentView100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("A0AE040A-BCC2-4633-9289-DA589E2E8EB8")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("A0AE040A-BCC2-4633-9289-DA589E2E8EB8")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
- 특성
설명
메서드는 GetComponentView 데이터 흐름 구성 요소에 IDTSComponentView100 대한 인터페이스의 인스턴스를 검색합니다. IDTSComponentView100 가져온 후에는 또는 Cancel 메서드를 IDTSComponentMetaData100 사용하여 Commit 변경 내용을 커밋하거나 롤백할 수 있습니다.
SQL Server Data Tools(SSDT)는 이 인터페이스를 사용하여 사용자가 데이터 흐름 구성 요소에 대한 편집을 취소할 수 있도록 합니다.
메서드
Cancel() | |
Commit() |