ApplicationClass.RenameFolderOnDtsServer Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual void RenameFolderOnDtsServer(System::String ^ bstrParent, System::String ^ bstrOldName, System::String ^ bstrNewName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSApplication130::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)
Parâmetros
- bstrParent
- String
- bstrOldName
- String
- bstrNewName
- String
- bstrServerName
- String
Implementações
- Atributos