言語

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のパスワード。

返品

指定されたパスからのフォルダです。

実装

属性

適用対象