Freigeben über


DataCompressionOption.CompressionLevel-Eigenschaft

Ruft die Datenkomprimierungsebene ab oder legt sie fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.DataCompressionLevel
Gibt einen DataCompressionLevel-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCompressionOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace