ProjectUpgradeSql2000NotSupported Property

Looks up a localized string similar to SQL2000 project types are no longer supported. This project has been upgraded to Sql2005..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace