Condividi tramite


Proprietà DataCompressionOption.CompressionLevel

Ottiene o imposta il livello di compressione dati.

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

Sintassi

'Dichiarazione
Public Property CompressionLevel As DataCompressionLevel
    Get
    Set
public DataCompressionLevel CompressionLevel { get; set; }
public:
property DataCompressionLevel CompressionLevel {
    DataCompressionLevel get ();
    void set (DataCompressionLevel value);
}
member CompressionLevel : DataCompressionLevel with get, set
function get CompressionLevel () : DataCompressionLevel
function set CompressionLevel (value : DataCompressionLevel)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.DataCompressionLevel
Restituisce un valore di enumerazione DataCompressionLevel.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataCompressionOption Classe

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