CouldNotUpgradeFileReference Property

Looks up a localized string similar to The file reference 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 CouldNotUpgradeFileReference As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace