ForeignKeyConstraintDefinition.ReferenceTableName Property
Gets or sets the table that contains the constraint references.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ReferenceTableName As SchemaObjectName
Get
Set
'Usage
Dim instance As ForeignKeyConstraintDefinition
Dim value As SchemaObjectName
value = instance.ReferenceTableName
instance.ReferenceTableName = value
public SchemaObjectName ReferenceTableName { get; set; }
public:
property SchemaObjectName^ ReferenceTableName {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member ReferenceTableName : SchemaObjectName with get, set
function get ReferenceTableName () : SchemaObjectName
function set ReferenceTableName (value : SchemaObjectName)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The table that contains the constraint references.