DeployedDac.RecoveryModel 属性

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

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property RecoveryModel As Integer 
    Get
用法
Dim instance As DeployedDac 
Dim value As Integer 

value = instance.RecoveryModel
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int RecoveryModel { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int RecoveryModel {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member RecoveryModel : int
function get RecoveryModel () : int

属性值

类型:System.Int32
A Int 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.

请参阅

参考

DeployedDac 类

Microsoft.SqlServer.Management.Utility 命名空间