Поделиться через


CreateTableStatement.DataCompressionOptions - свойство

Получает список параметров сжатия данных.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
Public ReadOnly Property DataCompressionOptions As IList(Of DataCompressionOption)
    Get
public IList<DataCompressionOption> DataCompressionOptions { get; }
public:
property IList<DataCompressionOption^>^ DataCompressionOptions {
    IList<DataCompressionOption^>^ get ();
}
member DataCompressionOptions : IList<DataCompressionOption>
function get DataCompressionOptions () : IList<DataCompressionOption>

Значение свойства

Тип: System.Collections.Generic.IList<DataCompressionOption>

Безопасность платформы .NET Framework

См. также

Ссылки

CreateTableStatement Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен