Linguaggio

ApplicationClass.FolderFromPath(String, String, String, String) Metodo

Definizione

Restituisce una cartella da un percorso specificato.

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

Parametri

bstrFolderName
String

Nome della cartella.

bstrServerName
String

Il nome dell'istanza di SQL Server per cercare il pacchetto.

bstrServerUserName
String

Il nome utente da autenticare contro l'istanza di SQL Server.

bstrServerPassword
String

La password per il .bstrServerUserName

Valori restituiti

Una cartella da un percorso specificato.

Implementazioni

Attributi

Si applica a