AlterTableSwitchStatement.Options Property

Definition

The collection of alter table switch options.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TableSwitchOption> Options { get; }
member this.Options : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TableSwitchOption>
Public ReadOnly Property Options As IList(Of TableSwitchOption)

Property Value

Applies to