Compartir a través de


ApplicationClass.FolderFromPath(String, String, String, String) Método

Definición

Devuelve una carpeta de una ruta especificada.

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

Parámetros

bstrFolderName
String

Nombre de la carpeta.

bstrServerName
String

Nombre de la instancia de SQL Server en la que se busca el paquete.

bstrServerUserName
String

Nombre de usuario para autenticarse con la instancia de SQL Server.

bstrServerPassword
String

La contraseña de la cuenta bstrServerUserName dada.

Devoluciones

Carpeta de una ruta especificada.

Implementaciones

Atributos

Se aplica a