IDTSApplication100.RemoveFolderFromSQLServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified folder from the specified instance of SQL Server.
public:
void RemoveFolderFromSQLServer(System::String ^ bstrFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword);
[System.Runtime.InteropServices.DispId(21)]
public void RemoveFolderFromSQLServer (string bstrFolderName, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member RemoveFolderFromSQLServer : string * string * string * string -> unit
Public Sub RemoveFolderFromSQLServer (bstrFolderName As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String)
Parameters
- bstrFolderName
- String
The name of the folder to delete.
- bstrServerName
- String
The name of the instance of SQL Server to remove the folder from.
- bstrServerUserName
- String
The user name to authenticate against the instance of SQL Server.
- bstrServerPassword
- String
The password for the specified bstrServerUserName
.
- Attributes