Share via


SqlSchemaModel.ValidationEnabled Property

Gets a value that indicates whether validation is enabled for this schema model.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected Friend ReadOnly Property ValidationEnabled As Boolean
protected internal bool ValidationEnabled { get; }
protected public:
property bool ValidationEnabled {
    bool get ();
}
member ValidationEnabled : bool
function get ValidationEnabled () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace