DeployedDac.RecoveryModel Property

Definition

Gets a value indicating which type of recovery model is used by the DAC database.

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

Property Value

A Int32 value that indicates which recovery model will be used. This value corresponds to one of the values enumerated by the RecoveryModel enumeration. Full = 1, BulkLogged = 2, and Simple = 3.

Attributes

Applies to