언어

IDTSApplication100.FolderFromPath(String, String, String, String) 메서드

정의

지정된 폴더가 이미 파일 시스템에 존재하는지 여부를 나타내는 불리언을 반환합니다.

public:
 Guid FolderFromPath(System::String ^ bstrFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword);
[System.Runtime.InteropServices.DispId(24)]
public Guid FolderFromPath(string bstrFolderName, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member FolderFromPath : string * string * string * string -> Guid
Public Function FolderFromPath (bstrFolderName As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String) As Guid

매개 변수

bstrFolderName
String

찾으시는 폴더입니다.

bstrServerName
String

폴더를 검색할 서버 이름.

bstrServerUserName
String

bstrServerName.

bstrServerPassword
String

주어진 bstrServerUserName.

반품

지정된 인스턴스 bstrServerName에 폴더가 존재하면 true; 폴더가 존재하지 않으면 false.

특성

적용 대상