Partager via


TaskUIUtils.IsPathExisting(ServerConnection, String, Boolean) Méthode

Définition

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

Paramètres

sqlConnection
ServerConnection
path
String
IsFolder
Boolean

Retours

S’applique à