Share via


ISqlServerOptions.DoAllowUpdates Property

Gets or sets a value that models the "allow updates" sp_configure option.

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

Syntax

'Declaration
Property DoAllowUpdates As Nullable(Of Boolean)
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>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace