IDTSComponentMetaData100.GetComponentView 方法

定义

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSComponentView100 ^ GetComponentView();
[System.Runtime.InteropServices.DispId(119)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentView100 GetComponentView ();
[<System.Runtime.InteropServices.DispId(119)>]
abstract member GetComponentView : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentView100
Public Function GetComponentView () As IDTSComponentView100

返回

组件的 IDTSComponentView100 接口。

属性

注解

调用此方法以检索组件的 IDTSComponentView100 接口。 此接口允许对组件元数据进行事务性修改。 组件元数据修改在调用 Commit 方法时保留,并在调用 Cancel 方法时还原。

适用于