ApplicationClass.FolderExistsOnDtsServer(String, String) Method

Definition

Indicates whether the specified folder already exists on the file system.

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

Parameters

bstrFolderName
String

The name of the folder.

bstrServerName
String

The name of the server to search for the package.

Returns

true if the folder specified exists on the server; false if the folder does not exist.

Implements

Attributes

Applies to