ISqlForeignKeyConstraint.Columns 属性

获取参与外键的本地列的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property Columns As IList(Of ISqlColumn)
    Get
IList<ISqlColumn> Columns { get; }
property IList<ISqlColumn^>^ Columns {
    IList<ISqlColumn^>^ get ();
}
abstract Columns : IList<ISqlColumn>
function get Columns () : IList<ISqlColumn>

属性值

类型:System.Collections.Generic.IList<ISqlColumn>

.NET Framework 安全性

请参见

参考

ISqlForeignKeyConstraint 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间