Partager via


Propriété AlterTableSwitchStatement.TargetTable

Gets or sets the target table name.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property TargetTable As SchemaObjectName 
    Get 
    Set
'Utilisation
Dim instance As AlterTableSwitchStatement 
Dim value As SchemaObjectName 

value = instance.TargetTable

instance.TargetTable = value
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The target table name.

Voir aussi

Référence

AlterTableSwitchStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom