Share via


ApplicationClass.RemoveFromDtsServer(String, String) メソッド

定義

指定したサーバーからパッケージを削除します。

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)

パラメーター

bstrPackagePath
String

パッケージの完全修飾パスです。

bstrServerName
String

パッケージが存在するサーバーの名前です。

実装

属性

適用対象