Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property Target As SchemaObjectName
Get
Set
'Usage
Dim instance As ChangeTableVersionTableReference
Dim value As SchemaObjectName
value = instance.Target
instance.Target = value
public SchemaObjectName Target { get; set; }
public:
property SchemaObjectName^ Target {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member Target : SchemaObjectName with get, set
function get Target () : SchemaObjectName
function set Target (value : SchemaObjectName)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The table on which to obtain change tracking information.