ApplicationClass.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:
virtual void RemoveFolderFromSQLServer(System::String ^ bstrFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::RemoveFolderFromSQLServer;
public:
virtual void RemoveFolderFromSQLServer(System::String ^ bstrFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::RemoveFolderFromSQLServer;
[System.Runtime.InteropServices.DispId(21)]
public virtual void RemoveFolderFromSQLServer (string bstrFolderName, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member RemoveFolderFromSQLServer : string * string * string * string -> unit
override this.RemoveFolderFromSQLServer : string * string * string * string -> unit
Public Overridable 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
.
Implements
- Attributes