Partager via


LoadScriptFromComponent méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (dans Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
Public Function LoadScriptFromComponent As Boolean
'Utilisation
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

Valeur de retour

Type : System. . :: . .Boolean