Share via


TSqlModelOptions.AutoShrink Property

Specifies the AUTO_SHRINK database option.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Property AutoShrink As Nullable(Of Boolean)
    Get 
    Set
'Usage
Dim instance As TSqlModelOptions 
Dim value As Nullable(Of Boolean)

value = instance.AutoShrink

instance.AutoShrink = value
public Nullable<bool> AutoShrink { get; set; }
public:
property Nullable<bool> AutoShrink {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member AutoShrink : Nullable<bool> with get, set
function get AutoShrink () : Nullable<boolean>
function set AutoShrink (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

See Also

Reference

TSqlModelOptions Class

Microsoft.SqlServer.Dac.Model Namespace