FileGroups_FileNotAvailableForUpgrade Property

Looks up a localized string similar to The file {0} cannot be upgraded because it is not available..

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 FileGroups_FileNotAvailableForUpgrade As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace