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