Partilhar via


Propriedade ISqlServerOptions.DoAllowUpdates

Obtém ou define um valor que modela a opção "permitir atualizações" opção sp_configure.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel