Share via


Resources.ErrorDuringSqlDatabaseFileUpgrade Property

 

Looks up a localized string similar to An exception was thrown while upgrading SQL Database File references in the config file. File being processed at time of error: {0}. Full error message: {1}.

Namespace:   Microsoft.Data.Entity.Design
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

public static string ErrorDuringSqlDatabaseFileUpgrade { get; }
public:
property String^ ErrorDuringSqlDatabaseFileUpgrade {
    static String^ get();
}
static member ErrorDuringSqlDatabaseFileUpgrade : string with get
Public Shared ReadOnly Property ErrorDuringSqlDatabaseFileUpgrade As String

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top