共用方式為


Commit 方法

Commits changes to the IDTSComponentMetaData100 of a data flow component.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Sub Commit
'用途
Dim instance As IDTSComponentView100

instance.Commit()
void Commit()
void Commit()
abstract Commit : unit -> unit 
function Commit()

備註

Commits any changes that were made to the IDTSComponentMetaData100 after the GetComponentView method was called.