Proprietà ISqlServerOptions.DoAllowUpdates

Ottiene o imposta un valore che modella l'opzione sp_configure "allow updates".

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property DoAllowUpdates As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> DoAllowUpdates { get; set; }
property Nullable<bool> DoAllowUpdates {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract DoAllowUpdates : Nullable<bool> with get, set
function get DoAllowUpdates () : Nullable<boolean>
function set DoAllowUpdates (value : Nullable<boolean>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlServerOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel