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

返回

true if the package specified by bstrPackagePath exists on the server named by bstrServerName; otherwise, false.

属性

适用于