Partilhar via


Propriedade ISql100ServerOptions.IsBackupCompressionDefaultOn

Obtém ou define o valor "padrão de compactação de backup" opção para sp_configure.

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

Sintaxe

'Declaração
Property IsBackupCompressionDefaultOn As Nullable(Of Boolean)
    Get
    Set
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>)

Valor de propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISql100ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel