FailedToUpgrade_ExceptionFormat Property

Looks up a localized string similar to The project could not be upgraded: '{0}'..

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property FailedToUpgrade_ExceptionFormat As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.FailedToUpgrade_ExceptionFormat
public static string FailedToUpgrade_ExceptionFormat { get; }
public:
static property String^ FailedToUpgrade_ExceptionFormat {
    String^ get ();
}
static member FailedToUpgrade_ExceptionFormat : string
static function get FailedToUpgrade_ExceptionFormat () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace