IDTSApplication100.RenameFolderOnDtsServer メソッド

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

指定したサーバーのフォルダーの名前を変更します。

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

パラメーター

  • bstrParent
    型: System.String
    親フォルダーの名前です。
  • bstrOldName
    型: System.String
    既存フォルダーの名前です。
  • bstrNewName
    型: System.String
    フォルダーの新しい名前です。
  • bstrServerName
    型: System.String
    フォルダーが存在するサーバーの名前です。

関連項目

参照

IDTSApplication100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間