다음을 통해 공유


ApplicationClass.FolderExistsOnSQLServer 메서드

정의

지정한 폴더가 SQL Server 인스턴스에 있는지 여부를 나타냅니다.

public:
 virtual bool FolderExistsOnSQLServer(System::String ^ bstrFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::FolderExistsOnSQLServer;
public:
 virtual bool FolderExistsOnSQLServer(System::String ^ bstrFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::FolderExistsOnSQLServer;
[System.Runtime.InteropServices.DispId(22)]
public virtual bool FolderExistsOnSQLServer (string bstrFolderName, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member FolderExistsOnSQLServer : string * string * string * string -> bool
override this.FolderExistsOnSQLServer : string * string * string * string -> bool
Public Overridable Function FolderExistsOnSQLServer (bstrFolderName As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String) As Boolean

매개 변수

bstrFolderName
String

폴더 이름입니다.

bstrServerName
String

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

bstrServerUserName
String

SQL Server 인스턴스에 대해 인증할 사용자 이름입니다.

bstrServerPassword
String

지정된 bstrServerUserName의 암호입니다.

반환

지정한 SQL Server 인스턴스에 폴더가 있으면 true, 폴더가 없으면 false입니다.

구현

특성

적용 대상