Dela via


ISqlForeignKeyConstraint.ForeignColumns Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property ForeignColumns As IList(Of ISqlColumn)
'Usage
Dim instance As ISqlForeignKeyConstraint 
Dim value As IList(Of ISqlColumn)

value = instance.ForeignColumns
IList<ISqlColumn> ForeignColumns { get; }
property IList<ISqlColumn^>^ ForeignColumns {
    IList<ISqlColumn^>^ get ();
}
function get ForeignColumns () : IList<ISqlColumn>

Property Value

Type: System.Collections.Generic.IList<ISqlColumn>

.NET Framework Security

See Also

Reference

ISqlForeignKeyConstraint Interface

ISqlForeignKeyConstraint Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace