IDTSComponentView100 인터페이스

정의

데이터 흐름 구성 요소의 IDTSComponentMetaData100 변경 사항을 롤백할 수 있게 합니다.

public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("1CC22660-E4D5-46EB-B662-59ADA7319105")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D48794E2-CF9F-4228-B6DD-179ABF0E6E5D")]
public interface IDTSComponentView100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D7B618FD-C36D-4BF7-83D7-CA1F51485120")]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("1CC22660-E4D5-46EB-B662-59ADA7319105")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D48794E2-CF9F-4228-B6DD-179ABF0E6E5D")>]
type IDTSComponentView100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D7B618FD-C36D-4BF7-83D7-CA1F51485120")>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
특성

설명

이 메서드는 GetComponentView 데이터 흐름 구성 요소의 인터페이스 인스턴스 IDTSComponentView100 를 불러옵니다. 가 IDTSComponentView100IDTSComponentMetaData100 어진 후에는 또는 Commit 메서드를 사용하여 Cancel 변경 사항을 커밋하거나 롤백할 수 있습니다.

SQL Server Data Tools(SSDT)는 이 인터페이스를 사용하여 사용자가 데이터 흐름 구성 요소에 대한 편집을 취소할 수 있도록 합니다.

메서드

Name Description
Cancel()

데이터 흐름 구성 요소의 IDTSComponentMetaData100 변경 사항을 취소합니다.

Commit()

데이터 흐름 구성 요소의 변경 IDTSComponentMetaData100 사항을 커밋합니다.

적용 대상