ForeignKeyConstraintDefinition.ReferencedTableColumns Property

Definition

The columns for the referenced table.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.Identifier> ReferencedTableColumns { get; }
member this.ReferencedTableColumns : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.Identifier>
Public ReadOnly Property ReferencedTableColumns As IList(Of Identifier)

Property Value

Applies to