언어

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

정의

지정된 경로에서 폴더를 반환합니다.

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

매개 변수

bstrFolderName
String

폴더의 이름입니다.

bstrServerName
String

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

bstrServerUserName
String

SQL Server 인스턴스에 대해 인증하기 위한 사용자 이름입니다.

bstrServerPassword
String

주어진 bstrServerUserName.

반품

지정된 경로의 폴더입니다.

구현

특성

적용 대상