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
- 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.