Compartir a través de


ScriptComponent Constructor

Initializes a new instance of the ScriptComponent class.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Sintaxis

'Declaración
Public Sub New
'Uso

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

Comentarios

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.