Метод PutSourceCode
Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.TxScript (в Microsoft.SqlServer.TxScript.dll)
Синтаксис
'Декларация
Public Function PutSourceCode ( _
filename As String, _
sourceCode As String _
) As Boolean
'Применение
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