Proprietà ISql100DataCompressionOption.CompressionLevel

Ottiene o imposta il livello di compressione.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100DataCompressionOption Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel