Compartir a través de


ISqlDatabaseOptions.IsAutoShrinkOn (Propiedad)

Obtiene o establece un valor que indica si está habilitada la reducción automática.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsAutoShrinkOn As Boolean
    Get
    Set
bool IsAutoShrinkOn { get; set; }
property bool IsAutoShrinkOn {
    bool get ();
    void set (bool value);
}
abstract IsAutoShrinkOn : bool with get, set
function get IsAutoShrinkOn () : boolean
function set IsAutoShrinkOn (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlDatabaseOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)