CreateTableStatement.DataCompressionOptions Property
Gets a list of data compression options.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property DataCompressionOptions As IList(Of DataCompressionOption)
public IList<DataCompressionOption> DataCompressionOptions { get; }
public:
property IList<DataCompressionOption^>^ DataCompressionOptions {
IList<DataCompressionOption^>^ get ();
}
member DataCompressionOptions : IList<DataCompressionOption>
function get DataCompressionOptions () : IList<DataCompressionOption>
Property Value
Type: System.Collections.Generic.IList<DataCompressionOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.