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

Definição

Retorna uma pasta de um caminho especificado.

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

O nome da pasta.

bstrServerName
String

O nome da instância do SQL Server para pesquisar o pacote.

bstrServerUserName
String

O nome de usuário para autenticar na instância do SQL Server.

bstrServerPassword
String

A senha para o bstrServerUserName determinado.

Retornos

Uma pasta de um caminho especificado.

Implementações

Atributos

Aplica-se a