Sdílet prostřednictvím


CreateTableStatement.DataCompressionOptions – vlastnost

Získá seznam možností komprese dat

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreateTableStatement Třída

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