言語

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です。

実装

属性

適用対象