IDTSComponentView100 인터페이스

정의

public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
특성

설명

GetComponentView 메서드는 데이터 흐름 구성 요소에 대한 IDTSComponentView100 인터페이스의 인스턴스를 검색합니다. IDTSComponentView100을 가져온 후 Commit 또는 Cancel 메서드를 사용하여 IDTSComponentMetaData100에 대한 변경 내용을 커밋하거나 롤백할 수 있습니다.

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

메서드

Cancel()
Commit()

적용 대상