ApplicationClass.RemoveFromDtsServer(String, String) Method

Definition

Removes a package from the specified server.

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

Implements

Attributes

Applies to