TaskUIUtils.IsPathExisting(ServerConnection, String, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- sqlConnection
- ServerConnection
- path
- String
- IsFolder
- Boolean