ISql100ServerOptions.IsBackupCompressionDefaultOn Property
Gets or sets the value of the "backup compression default" option for sp_configure.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsBackupCompressionDefaultOn As Nullable(Of Boolean)
Nullable<bool> IsBackupCompressionDefaultOn { get; set; }
property Nullable<bool> IsBackupCompressionDefaultOn {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract IsBackupCompressionDefaultOn : Nullable<bool> with get, set
function get IsBackupCompressionDefaultOn () : Nullable<boolean>
function set IsBackupCompressionDefaultOn (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>
.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.