Partager via


ISql100DataCompressionOption.CompressionLevel, propriété

Obtient ou définit le niveau de compression.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql100DataCompressionOption Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms