Compartir a través de


ISqlLinkedServer.IsLazySchemaValidationEnabled (Propiedad)

Obtiene o establece un valor que modela la opción "validación diferida de esquema" para sp_serveroption.

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

Sintaxis

'Declaración
Property IsLazySchemaValidationEnabled As Boolean
    Get
    Set
bool IsLazySchemaValidationEnabled { get; set; }
property bool IsLazySchemaValidationEnabled {
    bool get ();
    void set (bool value);
}
abstract IsLazySchemaValidationEnabled : bool with get, set
function get IsLazySchemaValidationEnabled () : boolean
function set IsLazySchemaValidationEnabled (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlLinkedServer Interfaz

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