IDTSApplication150.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.
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
- bstrServerName
- String
Implements
- Attributes