Metodo ScriptComponentHost.LoadScriptFromComponent

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Loads script from component.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Sintassi

'Dichiarazione
Public Function LoadScriptFromComponent As Boolean
'Utilizzo
Dim instance As ScriptComponentHost 
Dim returnValue As Boolean 

returnValue = instance.LoadScriptFromComponent()
public bool LoadScriptFromComponent()
public:
bool LoadScriptFromComponent()
member LoadScriptFromComponent : unit -> bool
public function LoadScriptFromComponent() : boolean

Valore restituito

Tipo: System.Boolean
The loaded script.

Vedere anche

Riferimento

ScriptComponentHost Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline