ApplicationClass.RenameFolderOnDtsServer 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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)
参数
- bstrParent
- String
父文件夹的名称。
- bstrOldName
- String
现有文件夹的名称。
- bstrNewName
- String
文件夹的新名称。
- bstrServerName
- String
文件夹所在的服务器的名称。
实现
- 属性