Freigeben über


ISql100SpecifiesDataCompressionOptions.DataCompressionOptions-Eigenschaft

Ruft die Liste mit Datenkomprimierungsoptionen ab.

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

Syntax

'Declaration
ReadOnly Property DataCompressionOptions As IList(Of ISql100DataCompressionOption)
    Get
IList<ISql100DataCompressionOption> DataCompressionOptions { get; }
property IList<ISql100DataCompressionOption^>^ DataCompressionOptions {
    IList<ISql100DataCompressionOption^>^ get ();
}
abstract DataCompressionOptions : IList<ISql100DataCompressionOption>
function get DataCompressionOptions () : IList<ISql100DataCompressionOption>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ISql100DataCompressionOption>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100SpecifiesDataCompressionOptions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace