FileGroups_FileNotIncludedInUpgrade Property

Looks up a localized string similar to The upgrade process skipped the file {0} due to an error..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace