次の方法で共有


RecoveryModel プロパティ

データベースの復旧モデルを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property RecoveryModel As RecoveryModel
    Get
    Set
'使用
Dim instance As Database
Dim value As RecoveryModel

value = instance.RecoveryModel

instance.RecoveryModel = value
[SfcPropertyAttribute]
public RecoveryModel RecoveryModel { get; set; }
[SfcPropertyAttribute]
public:
virtual property RecoveryModel RecoveryModel {
    RecoveryModel get () sealed;
    void set (RecoveryModel value) sealed;
}
[<SfcPropertyAttribute>]
abstract RecoveryModel : RecoveryModel with get, set
[<SfcPropertyAttribute>]
override RecoveryModel : RecoveryModel with get, set
final function get RecoveryModel () : RecoveryModel
final function set RecoveryModel (value : RecoveryModel)

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .RecoveryModel
データベースで現在有効な復旧モデルを示す RecoveryModel オブジェクト値。

実装

IDatabaseOptions. . :: . .RecoveryModel