ISqlServerOptions.DoAllowUpdates-Eigenschaft

Ruft einen Wert ab, der die sp_configure-Option "Updates zulassen" modelliert, oder legt diesen fest.

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

Eigenschaftswert

Typ: System.Nullable<Boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlServerOptions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace