Dela via


ISqlForeignKeyConstraint.Columns Property

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

Syntax

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

value = instance.Columns
IList<ISqlColumn> Columns { get; }
property IList<ISqlColumn^>^ Columns {
    IList<ISqlColumn^>^ get ();
}
function get Columns () : 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