ChangeTableChangesTableReference.Target Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the table on which to obtain change tracking information.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName

The table on which to obtain change tracking information.

See Also

ChangeTableChangesTableReference Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top