CManagedComponentWrapperClass.ProvideComponentProperties 메서드

Initializes or resets the IDTSComponentMetaData100 of the component.

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

구문

‘선언
Public Overridable Sub ProvideComponentProperties
‘사용 방법
Dim instance As CManagedComponentWrapperClass

instance.ProvideComponentProperties()
public virtual void ProvideComponentProperties()
public:
virtual void ProvideComponentProperties()
abstract ProvideComponentProperties : unit -> unit  
override ProvideComponentProperties : unit -> unit
public function ProvideComponentProperties()

구현

IDTSDesigntimeComponent100.ProvideComponentProperties()

주의

Call this method directly after adding a new component to the data flow task and instantiating the design time instance of the component. This method is similar to a constructor in that the component creates its inputs, outputs, and custom properties during the call to this method. Using this method resets the component, so the method can be used to start fresh with a component.

참고 항목

참조

CManagedComponentWrapperClass 클래스

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