Share via


AlterTableSetStatement.Options Property

Gets a list of table options to be set.

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

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of TableOption)
public IList<TableOption> Options { get; }
public:
property IList<TableOption^>^ Options {
    IList<TableOption^>^ get ();
}
member Options : IList<TableOption>
function get Options () : IList<TableOption>

Property Value

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

.NET Framework Security

See Also

Reference

AlterTableSetStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace