ApplicationClass.ExistsOnSQLServer(String, String, String, String) 메서드

정의

public:
 virtual bool ExistsOnSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::ExistsOnSQLServer;
[System.Runtime.InteropServices.DispId(15)]
public virtual bool ExistsOnSQLServer (string bstrPackagePath, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member ExistsOnSQLServer : string * string * string * string -> bool
override this.ExistsOnSQLServer : string * string * string * string -> bool
Public Overridable 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입니다. 패키지가 없으면 false입니다.

구현

특성

적용 대상