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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.