PutSourceCode メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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

パラメーター

戻り値

型: System. . :: . .Boolean