IDTSApplication100.FolderExistsOnSQLServer 方法

定义

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

参数

bstrFolderName
String
bstrServerName
String
bstrServerUserName
String
bstrServerPassword
String

返回

如果文件夹存在于SQL Server的指定实例上,则为 true;如果文件夹不存在,则为 false

属性

适用于