IDTSApplication100.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 sull'istanza specificata di SQL Server.
public:
void RenameFolderOnSQLServer(System::String ^ bstrParent, System::String ^ bstrOldName, System::String ^ bstrNewName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword);
[System.Runtime.InteropServices.DispId(20)]
public 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
Public 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
Il nome della cartella esistente.
- bstrNewName
- String
Nuovo nome della cartella.
- bstrServerName
- String
Nome dell'istanza di SQL Server.
- bstrServerUserName
- String
Il nome utente da usare quando si autentica sul server.
- bstrServerPassword
- String
La password associata all'account bstrServerUserName .
- Attributi