Metodo PutSourceCode
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Sintassi
'Dichiarazione
Public Function PutSourceCode ( _
filename As String, _
sourceCode As String _
) As Boolean
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .Boolean
Vedere anche