IDTSApplication100.ExistsOnSQLServer(String, String, String, String) 方法

定义

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

参数

bstrPackagePath
String
bstrServerName
String
bstrServerUserName
String
bstrServerPassword
String

返回

如果该包存在于指定的SQL Server实例上,则为true。 如果该包不存在,则为

属性

适用于