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 target table reference.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Target As TableReference
Get
Set
'Usage
Dim instance As DataModificationSpecification
Dim value As TableReference
value = instance.Target
instance.Target = value
public TableReference Target { get; set; }
public:
property TableReference^ Target {
TableReference^ get ();
void set (TableReference^ value);
}
member Target : TableReference with get, set
function get Target () : TableReference
function set Target (value : TableReference)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TableReference
The target table reference.