언어

ApplicationClass.ExistsOnDtsServer(String, String) 메서드

정의

지정된 패키지가 이미 통합 서비스 서비스에 존재하는지 나타내는 불리언을 반환합니다.

public:
 virtual bool ExistsOnDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::ExistsOnDtsServer;
public:
 virtual bool ExistsOnDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::ExistsOnDtsServer;
[System.Runtime.InteropServices.DispId(50)]
public virtual bool ExistsOnDtsServer(string bstrPackagePath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(50)>]
abstract member ExistsOnDtsServer : string * string -> bool
override this.ExistsOnDtsServer : string * string -> bool
Public Overridable Function ExistsOnDtsServer (bstrPackagePath As String, bstrServerName As String) As Boolean

매개 변수

bstrPackagePath
String

패키지의 완전 자격 경로.

bstrServerName
String

패키지를 검색할 서버 이름.

반품

true는 해당 패키지 bstrPackagePath 가 명명된 서버에 bstrServerName존재한다면 ; 그렇지 않으면 false입니다.

구현

특성

적용 대상