IDatabaseOptions.RecoveryModel プロパティ
データベースの復旧モデルを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("Database_RecoveryModelDesc")> _
<DisplayNameKeyAttribute("Database_RecoveryModelName")> _
Property RecoveryModel As RecoveryModel
Get
Set
'使用
Dim instance As IDatabaseOptions
Dim value As RecoveryModel
value = instance.RecoveryModel
instance.RecoveryModel = value
[DisplayDescriptionKeyAttribute("Database_RecoveryModelDesc")]
[DisplayNameKeyAttribute("Database_RecoveryModelName")]
RecoveryModel RecoveryModel { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_RecoveryModelDesc")]
[DisplayNameKeyAttribute(L"Database_RecoveryModelName")]
property RecoveryModel RecoveryModel {
RecoveryModel get ();
void set (RecoveryModel value);
}
[<DisplayDescriptionKeyAttribute("Database_RecoveryModelDesc")>]
[<DisplayNameKeyAttribute("Database_RecoveryModelName")>]
abstract RecoveryModel : RecoveryModel with get, set
function get RecoveryModel () : RecoveryModel
function set RecoveryModel (value : RecoveryModel)
プロパティ値
型: Microsoft.SqlServer.Management.Smo.RecoveryModel
データベースで現在有効な復旧モデルを示す RecoveryModel オブジェクト値。
使用例
How to Get and Set a Property in Visual Basic .NET
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間