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.