다음을 통해 공유


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

패키지가 있는 서버의 이름입니다.

구현

특성

적용 대상