ApplicationClass.ExistsOnDtsServer(String, String) 메서드

정의

public:
 virtual bool ExistsOnDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::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

반환

지정된 패키지 bstrPackagePath 가 이름이 지정된 bstrServerName서버에 있으면 true이고, 그렇지 않으면 false입니다.

구현

특성

적용 대상