AlterTableSwitchStatement public class AlterTableSwitchStatement : AlterTableStatement Documentation public IList<TableSwitchOption> Options { get; } public ScalarExpression SourcePartitionNumber { get; set; } public ScalarExpression TargetPartitionNumber { get; set; } public SchemaObjectName TargetTable { get; set; } public AlterTableSwitchStatement()