IDTSApplication130.RemoveFromDtsServer(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 RemoveFromDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName);
[System.Runtime.InteropServices.DispId(48)]
public void RemoveFromDtsServer (string bstrPackagePath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(48)>]
abstract member RemoveFromDtsServer : string * string -> unit
Public Sub RemoveFromDtsServer (bstrPackagePath As String, bstrServerName As String)
Parameters
- bstrPackagePath
- String
- bstrServerName
- String
Implements
- Attributes