IDTSComponentView100 인터페이스

Allows changes to the IDTSComponentMetaData100 of a data flow component to be rolled back.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
<GuidAttribute("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")> _
Public Interface IDTSComponentView100
‘사용 방법
Dim instance As IDTSComponentView100
[GuidAttribute("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")]
public interface IDTSComponentView100
[GuidAttribute(L"E0C973CF-9FB8-45D7-971D-0666F55C0F4C")]
public interface class IDTSComponentView100
[<GuidAttribute("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")>]
type IDTSComponentView100 =  interface end
public interface IDTSComponentView100

IDTSComponentView100 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Cancel Cancels changes to the IDTSComponentMetaData100 of a data flow component.
공용 메서드 Commit Commits changes to the IDTSComponentMetaData100 of a data flow component.

맨 위로 이동

주의

The GetComponentView method retrieves an instance of the IDTSComponentView100 interface for a data flow component. After the IDTSComponentView100 is obtained, changes to the IDTSComponentMetaData100 can be committed or rolled back by using the Commit or Cancel methods.

SQL Server Data Tools(SSDT) uses this interface to allow users to cancel edits to data flow components.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스