SqlSchemaModel.ValidationEnabled (Propiedad)

Obtiene un valor que indica si está habilitada la validación para este modelo de esquema.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlSchemaModel Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)