PutSourceCode 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 PutSourceCode ( _
filename As String, _
sourceCode As String _
) As Boolean
'Utilisation
Dim instance As ScriptComponentHost
Dim filename As String
Dim sourceCode As String
Dim returnValue As Boolean
returnValue = instance.PutSourceCode(filename, _
sourceCode)
public bool PutSourceCode(
string filename,
string sourceCode
)
public:
bool PutSourceCode(
String^ filename,
String^ sourceCode
)
member PutSourceCode :
filename:string *
sourceCode:string -> bool
public function PutSourceCode(
filename : String,
sourceCode : String
) : boolean
Valeur de retour
Type : System. . :: . .Boolean