ApplicationClass.RenameFolderOnSQLServer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renomme un dossier dans l'instance spécifiée de SQL Server.
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)
Paramètres
- bstrParent
- String
Nom du dossier parent.
- bstrOldName
- String
Nom du dossier existant.
- bstrNewName
- String
Nouveau nom du dossier.
- bstrServerName
- String
Nom de l'instance de SQL Server.
- bstrServerUserName
- String
Nom d'utilisateur à utiliser lors de l'authentification sur le serveur.
- bstrServerPassword
- String
Mot de passe associé au compte bstrServerUserName
.
Implémente
- Attributs