SqlSchemaModelConstructor.ValidationEnabled Property

Gets or sets whether validation is enabled.

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

Syntax

'Declaration
Public Property ValidationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SqlSchemaModelConstructor
Dim value As Boolean

value = instance.ValidationEnabled

instance.ValidationEnabled = value
public bool ValidationEnabled { get; set; }
public:
property bool ValidationEnabled {
    bool get ();
    void set (bool value);
}
function get ValidationEnabled () : boolean
function set ValidationEnabled (value : boolean)
member ValidationEnabled : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaModelConstructor Class

SqlSchemaModelConstructor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace