Compartir a través de


ApplicationClass.FolderExistsOnDtsServer(String, String) Método

Definición

Indica si la carpeta especificada ya existe en el sistema de archivos.

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

Parámetros

bstrFolderName
String

Nombre de la carpeta.

bstrServerName
String

El nombre del servidor para buscar el paquete.

Devoluciones

true si la carpeta especificada existe en el servidor; false si la carpeta no existe.

Implementaciones

Atributos

Se aplica a