Linguaggio

IDTSApplication100.FolderFromPath(String, String, String, String) Metodo

Definizione

Restituisce un booleano che indica se la cartella specificata esiste già nel file system.

public:
 Guid FolderFromPath(System::String ^ bstrFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword);
[System.Runtime.InteropServices.DispId(24)]
public Guid FolderFromPath(string bstrFolderName, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member FolderFromPath : string * string * string * string -> Guid
Public Function FolderFromPath (bstrFolderName As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String) As Guid

Parametri

bstrFolderName
String

La cartella che stai cercando.

bstrServerName
String

Il nome del server per cercare la cartella.

bstrServerUserName
String

Il nome utente da autenticare contro l'istanza di bstrServerName.

bstrServerPassword
String

La password per il .bstrServerUserName

Valori restituiti

true se la cartella esiste sull'istanza specificata di bstrServerName; false se la cartella non esiste.

Attributi

Si applica a