SqlReverseEngineer.ValidationEnabled Property

Gets whether validation is enabled.

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

Syntax

'Declaration
Protected ReadOnly Property ValidationEnabled As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.ValidationEnabled
protected bool ValidationEnabled { get; }
protected:
property bool ValidationEnabled {
    bool get ();
}
function get ValidationEnabled () : boolean
member ValidationEnabled : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlReverseEngineer Class

SqlReverseEngineer Members

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