TaskUIUtils.IsPathExisting(ServerConnection, String, Boolean) Method

Definition

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

Returns

Applies to