DeployedDac.RecoveryModel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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