Share via


ApplicationClass.FolderExistsOnDtsServer(String, String) メソッド

定義

指定したフォルダーがファイル システムに既に存在するかどうかを示します。

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

パラメーター

bstrFolderName
String

フォルダーの名前。

bstrServerName
String

パッケージを検索するサーバーの名前です。

戻り値

指定したフォルダーがサーバー上に存在する場合は true。フォルダーが存在しない場合は false。

実装

属性

適用対象