Share via


AlterTableSwitchStatement.TargetTable Property

Gets or sets the target table name.

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

Syntax

'Declaration
Public Property TargetTable As SchemaObjectName
public SchemaObjectName TargetTable { get; set; }
public:
property SchemaObjectName^ TargetTable {
    SchemaObjectName^ get ();
    void set (SchemaObjectName^ value);
}
member TargetTable : SchemaObjectName with get, set
function get TargetTable () : SchemaObjectName
function set TargetTable (value : SchemaObjectName)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.SchemaObjectName
Returns a SchemaObjectName.

.NET Framework Security

See Also

Reference

AlterTableSwitchStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace