언어

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.

구현

특성

적용 대상