AutoShrink プロパティ
AUTOSHRINK データベース オプションがアクティブであるかどうかを示す Boolean プロパティ値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("Database_AutoShrinkDesc")> _
<DisplayNameKeyAttribute("Database_AutoShrinkName")> _
Property AutoShrink As Boolean
Get
Set
'使用
Dim instance As IDatabaseOptions
Dim value As Boolean
value = instance.AutoShrink
instance.AutoShrink = value
[DisplayDescriptionKeyAttribute("Database_AutoShrinkDesc")]
[DisplayNameKeyAttribute("Database_AutoShrinkName")]
bool AutoShrink { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_AutoShrinkDesc")]
[DisplayNameKeyAttribute(L"Database_AutoShrinkName")]
property bool AutoShrink {
bool get ();
void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Database_AutoShrinkDesc")>]
[<DisplayNameKeyAttribute("Database_AutoShrinkName")>]
abstract AutoShrink : bool with get, set
function get AutoShrink () : boolean
function set AutoShrink (value : boolean)
プロパティ値
型: System. . :: . .Boolean
AUTOSHRINK データベース オプションがアクティブであるかどうかを示す Boolean 値。
True の場合、データベースは自動的に縮小されます。
False (既定値) の場合、データベースは自動的に縮小されません。
説明
このプロパティは、大量の空き領域がある場合に、データベースのサイズを自動的に縮小するかどうかを示します。
AutoShrink プロパティを設定すると、Transact-SQL で sp_dboption (Transact-SQL) 自動圧縮オプションを設定したのと同じことになります。