AlterTableSwitchStatement.Options Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection of alter table switch options.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<TableSwitchOption> Options { get; }
public:
property IList<TableSwitchOption^>^ Options {
    IList<TableSwitchOption^>^ get();
}
member Options : IList<TableSwitchOption> with get
Public ReadOnly Property Options As IList(Of TableSwitchOption)

Property Value

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

The collection of alter table switch options.

See Also

AlterTableSwitchStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top