Database.AutoShrink Property
SQL Server 2012
Gets or sets a value that specifies whether the AUTO_SHRINK database option is active.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)] public bool AutoShrink { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the AutoShrink database option is active. If True, the database is automatically reduced. If False (default), statistics are not automatically reduced.