ApplicationClass.ExistsOnSQLServer(String, String, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 패키지가 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
의 암호입니다.
반환
패키지가 지정된 SQL Server 인스턴스에 있으면 true입니다. 패키지가 없으면 false입니다.
구현
- 특성