TaskUIUtils.IsPathExisting(ServerConnection, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
static member IsPathExisting : Microsoft.SqlServer.Management.Common.ServerConnection * string * bool -> bool
Public Shared Function IsPathExisting (sqlConnection As ServerConnection, path As String, ByRef IsFolder As Boolean) As Boolean
Parameters
- sqlConnection
- ServerConnection
- path
- String
- IsFolder
- Boolean