ScriptComponentHost.ProvideComponentProperties Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides properties for the ScriptComponentHost.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Public Overrides Sub ProvideComponentProperties
'Usage
Dim instance As ScriptComponentHost
instance.ProvideComponentProperties()
public override void ProvideComponentProperties()
public:
virtual void ProvideComponentProperties() override
abstract ProvideComponentProperties : unit -> unit
override ProvideComponentProperties : unit -> unit
public override function ProvideComponentProperties()