ApplicationClass.RenameFolderOnDtsServer Method

Definition

Renames a folder on the specified instance of SQL Server.

public:
 virtual void RenameFolderOnDtsServer(System::String ^ bstrParent, System::String ^ bstrOldName, System::String ^ bstrNewName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::RenameFolderOnDtsServer;
public:
 virtual void RenameFolderOnDtsServer(System::String ^ bstrParent, System::String ^ bstrOldName, System::String ^ bstrNewName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::RenameFolderOnDtsServer;
[System.Runtime.InteropServices.DispId(43)]
public virtual void RenameFolderOnDtsServer (string bstrParent, string bstrOldName, string bstrNewName, string bstrServerName);
[<System.Runtime.InteropServices.DispId(43)>]
abstract member RenameFolderOnDtsServer : string * string * string * string -> unit
override this.RenameFolderOnDtsServer : string * string * string * string -> unit
Public Overridable Sub RenameFolderOnDtsServer (bstrParent As String, bstrOldName As String, bstrNewName As String, bstrServerName As String)

Parameters

bstrParent
String

The name of the parent folder.

bstrOldName
String

The name of the existing folder.

bstrNewName
String

The new name of the folder.

bstrServerName
String

The name of the server where the folder is located.

Implements

Attributes

Applies to