IDTSApplication100.FolderExistsOnSQLServer(String, String, String, String) Metodo

Definizione

Restituisce un valore booleano che indica se la cartella specificata esiste già nell'istanza di SQL Server.

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

Parametri

bstrFolderName
String

Cartella desiderata.

bstrServerName
String

Nome dell'istanza di SQL Server in cui cercare la cartella.

bstrServerUserName
String

Nome utente da autenticare nell'istanza di SQL Server.

bstrServerPassword
String

Password per l'account bstrServerUserName specificato.

Restituisce

Boolean

true se la cartella esiste nell'istanza specificata di SQL Server; false se la cartella non esiste.

Attributi

Si applica a