Sdílet prostřednictvím


ISql100DataCompressionOption.CompressionLevel – vlastnost

Získá nebo nastaví úroveň komprese.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100DataCompressionOption Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů