次の方法で共有


RenameFolderOnDtsServer メソッド

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

詳細については、「ApplicationClass」を参照してください。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Sub RenameFolderOnDtsServer ( _
    bstrParent As String, _
    bstrOldName As String, _
    bstrNewName As String, _
    bstrServerName As String _
)
'使用
Dim instance As IDTSApplication100
Dim bstrParent As String
Dim bstrOldName As String
Dim bstrNewName As String
Dim bstrServerName As String

instance.RenameFolderOnDtsServer(bstrParent, _
    bstrOldName, bstrNewName, bstrServerName)
void RenameFolderOnDtsServer(
    string bstrParent,
    string bstrOldName,
    string bstrNewName,
    string bstrServerName
)
void RenameFolderOnDtsServer(
    [InAttribute] String^ bstrParent, 
    [InAttribute] String^ bstrOldName, 
    [InAttribute] String^ bstrNewName, 
    [InAttribute] String^ bstrServerName
)
abstract RenameFolderOnDtsServer : 
        bstrParent:string * 
        bstrOldName:string * 
        bstrNewName:string * 
        bstrServerName:string -> unit 
function RenameFolderOnDtsServer(
    bstrParent : String, 
    bstrOldName : String, 
    bstrNewName : String, 
    bstrServerName : String
)

パラメーター