Partager via


ISql100SpecifiesDataCompressionOptions.DataCompressionOptions, propriété

Obtient la liste des options de compression de données.

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

Syntaxe

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

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql100SpecifiesDataCompressionOptions Interface

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