IDTSApplication100.ExistsOnDtsServer(String, String) 메서드

정의

public:
 bool ExistsOnDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName);
[System.Runtime.InteropServices.DispId(50)]
public bool ExistsOnDtsServer(string bstrPackagePath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(50)>]
abstract member ExistsOnDtsServer : string * string -> bool
Public Function ExistsOnDtsServer (bstrPackagePath As String, bstrServerName As String) As Boolean

매개 변수

bstrPackagePath
String
bstrServerName
String

반품

bstrPackagePath가 지정한 패키지가 서버에 bstrServerName존재하면 true입니다; 그렇지 않으면 false입니다.

특성

적용 대상