Cancel 메서드
Cancels changes to the IDTSComponentMetaData100 of a data flow component.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Sub Cancel
‘사용 방법
Dim instance As IDTSComponentView100
instance.Cancel()
void Cancel()
void Cancel()
abstract Cancel : unit -> unit
function Cancel()
주의
Reverts any changes that were made to the IDTSComponentMetaData100 after GetComponentView was called.