Linguaggio

IDTSApplication100.FolderExistsOnSQLServer Metodo

Definizione

Restituisce un 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

La cartella che stai cercando.

bstrServerName
String

Il nome dell'istanza di SQL Server per cercare la cartella.

bstrServerUserName
String

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

bstrServerPassword
String

La password per il .bstrServerUserName

Valori restituiti

vero se la cartella esiste sull'istanza specificata di SQL Server; falso se la cartella non esiste.

Attributi

Si applica a