다음을 통해 공유


ScriptComponent 생성자

Initializes a new instance of the ScriptComponent class.

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

구문

‘선언
Public Sub New
‘사용 방법

Dim instance As New ScriptComponent()
public ScriptComponent()
public:
ScriptComponent()
new : unit -> ScriptComponent
public function ScriptComponent()

주의

The Script component developer does not use the ScriptComponent class directly, but indirectly, by coding the methods and properties of the ScriptMain class, which inherits from ScriptComponent through the UserComponent class.

The developer does not have to use the constructor for the ScriptComponent class.