ApplicationClass.RenameFolderOnSQLServer Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rinomina una cartella nell'istanza di SQL Server specificata.
public:
virtual void RenameFolderOnSQLServer(System::String ^ bstrParent, System::String ^ bstrOldName, System::String ^ bstrNewName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::RenameFolderOnSQLServer;
public:
virtual void RenameFolderOnSQLServer(System::String ^ bstrParent, System::String ^ bstrOldName, System::String ^ bstrNewName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::RenameFolderOnSQLServer;
[System.Runtime.InteropServices.DispId(20)]
public virtual void RenameFolderOnSQLServer (string bstrParent, string bstrOldName, string bstrNewName, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member RenameFolderOnSQLServer : string * string * string * string * string * string -> unit
override this.RenameFolderOnSQLServer : string * string * string * string * string * string -> unit
Public Overridable Sub RenameFolderOnSQLServer (bstrParent As String, bstrOldName As String, bstrNewName As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String)
Parametri
- bstrParent
- String
Nome della cartella padre.
- bstrOldName
- String
Nome della cartella esistente.
- bstrNewName
- String
Nuovo nome della cartella.
- bstrServerName
- String
Nome dell'istanza di SQL Server.
- bstrServerUserName
- String
Nome utente da utilizzare durante l'autenticazione nel server.
- bstrServerPassword
- String
Password associata all'account bstrServerUserName
.
Implementazioni
- Attributi