IDTSApplication100.FolderFromPath(String, String, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 폴더가 이미 파일 시스템에 존재하는지 여부를 나타내는 불리언을 반환합니다.
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.
- 특성