Compartilhar via


Propriedade ISql100DataCompressionOption.CompressionLevel

Obtém ou define o nível de compactação.

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

Sintaxe

'Declaração
Property CompressionLevel As SqlDataCompressionLevel
    Get
    Set
SqlDataCompressionLevel CompressionLevel { get; set; }
property SqlDataCompressionLevel CompressionLevel {
    SqlDataCompressionLevel get ();
    void set (SqlDataCompressionLevel value);
}
abstract CompressionLevel : SqlDataCompressionLevel with get, set
function get CompressionLevel () : SqlDataCompressionLevel
function set CompressionLevel (value : SqlDataCompressionLevel)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlDataCompressionLevel

Segurança do .NET Framework

Consulte também

Referência

ISql100DataCompressionOption Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel