DefaultSchemaChangeWarning Property

Looks up a localized string similar to If you change the default schema of the project, your SQL files must be reloaded. Are you sure that you want to change the default schema of the project?.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace