언어

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

정의

지정된 패키지가 SQL Server 인스턴스에 존재하는지 여부를 나타냅니다.

public:
 virtual bool ExistsOnSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::ExistsOnSQLServer;
public:
 virtual bool ExistsOnSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::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

패키지를 검색할 수 있는 SQL Server 인스턴스의 이름입니다.

bstrServerUserName
String

SQL Server 인스턴스에 대해 인증하기 위한 사용자 이름입니다.

bstrServerPassword
String

지정된 bstrServerUserName비밀번호 .

반품

true는 해당 패키지가 지정된 SQL Server 인스턴스에 존재한다면 말입니다. 패키지가 존재하지 않으면 false

구현

특성

적용 대상