AutoShrink プロパティ
ブール値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property AutoShrink As Boolean
Get
Set
'使用
Dim instance As DatabaseAdapterBase
Dim value As Boolean
value = instance.AutoShrink
instance.AutoShrink = value
public bool AutoShrink { get; set; }
public:
virtual property bool AutoShrink {
bool get () sealed;
void set (bool value) sealed;
}
abstract AutoShrink : bool with get, set
override AutoShrink : bool with get, set
final function get AutoShrink () : boolean
final function set AutoShrink (value : boolean)
プロパティ値
型: System. . :: . .Boolean
T:System.Boolean
AutoShrink がオンの場合は、True を返します。AutoShrink がオフの場合は False を返します。