次の方法で共有


DeployedDac.RecoveryModel プロパティ

定義

DAC データベースによって使用されている復旧モデルの種類を示す値を取得します。

public:
 property int RecoveryModel { int get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public int RecoveryModel { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.RecoveryModel : int
Public ReadOnly Property RecoveryModel As Integer

プロパティ値

どの復旧モデルが使用されるかを示す Int32 値です。 この値は、RecoveryModel 列挙体によって列挙された値のいずれかに対応します。 Full = 1、 BulkLogged = 2、 Simple = 3。

属性

適用対象