ValidationChangeWarning Property

Looks up a localized string similar to If you change the validation of the project, your SQL files must be reloaded. Are you sure that you want to change the validation 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 ValidationChangeWarning As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace