다음을 통해 공유


IDTSComponentView90 Interface

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

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

구문

‘선언
<GuidAttribute("F9013912-2CEC-47C4-BF25-F9D404C4E88A")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSComponentView90
[GuidAttribute("F9013912-2CEC-47C4-BF25-F9D404C4E88A")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSComponentView90
[GuidAttribute(L"F9013912-2CEC-47C4-BF25-F9D404C4E88A")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSComponentView90
/** @attribute GuidAttribute("F9013912-2CEC-47C4-BF25-F9D404C4E88A") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSComponentView90
GuidAttribute("F9013912-2CEC-47C4-BF25-F9D404C4E88A") 
TypeLibTypeAttribute(4160) 
public interface IDTSComponentView90

주의

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

Business Intelligence Development Studio uses this interface to allow users to cancel edits to data flow components.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSComponentView90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace