TaskUIUtils.IsPathExisting(ServerConnection, String, Boolean) 方法

定义

public:
 static bool IsPathExisting(Microsoft::SqlServer::Management::Common::ServerConnection ^ sqlConnection, System::String ^ path, bool % IsFolder);
public static bool IsPathExisting (Microsoft.SqlServer.Management.Common.ServerConnection sqlConnection, string path, ref bool IsFolder);
Public Shared Function IsPathExisting (sqlConnection As ServerConnection, path As String, ByRef IsFolder As Boolean) As Boolean

参数

sqlConnection
ServerConnection
path
String
IsFolder
Boolean

返回

Boolean

适用于