ISqlDatabaseOptions.RecoveryMode プロパティ

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Property RecoveryMode As SqlDatabaseRecoveryMode
'使用
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)

プロパティ値

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

参照

参照

ISqlDatabaseOptions インターフェイス

ISqlDatabaseOptions メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間