Dela via


ISqlDatabaseOptions.RecoveryMode Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property RecoveryMode As SqlDatabaseRecoveryMode
'Usage
Dim instance As ISqlDatabaseOptions 
Dim value As SqlDatabaseRecoveryMode 

value = instance.RecoveryMode

instance.RecoveryMode = value
SqlDatabaseRecoveryMode RecoveryMode { get; set; }
property SqlDatabaseRecoveryMode RecoveryMode {
    SqlDatabaseRecoveryMode get ();
    void set (SqlDatabaseRecoveryMode value);
}
function get RecoveryMode () : SqlDatabaseRecoveryMode 
function set RecoveryMode (value : SqlDatabaseRecoveryMode)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlDatabaseRecoveryMode

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

ISqlDatabaseOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace