/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // localizable strings export const InvalidProvider = 'Provider is invalid'; export const SerializationDisabled = 'Saving results into different format disabled for this data provider.'; /** * Feature names */ export const RestoreFeatureName = 'restore'; export const BackupFeatureName = 'backup'; export const MssqlProviderId = 'MSSQL';