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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.