Share via


IDTSApplication100.FolderExistsOnSQLServer Méthode

Définition

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

Paramètres

bstrFolderName
String
bstrServerName
String
bstrServerUserName
String
bstrServerPassword
String

Retours

true si le dossier existe sur l’instance de SQL Server spécifiée ; false si le dossier n’existe pas.

Attributs

S’applique à