IDTSApplication100.RemoveFromDtsServer(String, String) Method

Definition

Removes a package from the specified server.

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

The fully qualified path of the package.

bstrServerName
String

The name of the server where the package is located.

Attributes

Applies to