IDTSApplication100.RemoveFolderFromDtsServer(String, String) 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 server.
public:
void RemoveFolderFromDtsServer(System::String ^ bstrFolderName, System::String ^ bstrServerName);
[System.Runtime.InteropServices.DispId(45)]
public void RemoveFolderFromDtsServer (string bstrFolderName, string bstrServerName);
[<System.Runtime.InteropServices.DispId(45)>]
abstract member RemoveFolderFromDtsServer : string * string -> unit
Public Sub RemoveFolderFromDtsServer (bstrFolderName As String, bstrServerName As String)
Parameters
- bstrFolderName
- String
The name of the folder to remove.
- bstrServerName
- String
The name of the server where the folder is located.
- Attributes