Sdílet prostřednictvím


ISqlLinkedServer.IsLazySchemaValidationEnabled – vlastnost

Získá nebo nastaví hodnotu, která modely "lazy schéma ověření" možnost sp_serveroption.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlLinkedServer Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů