ColumnConfigAnnotation.IsPartOfForeignKey 属性

获取一个值,指示列是否为外键的一部分。

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

语法

声明
Public Property IsPartOfForeignKey As Boolean
    Get
    Set
public bool IsPartOfForeignKey { get; set; }
public:
property bool IsPartOfForeignKey {
    bool get ();
    void set (bool value);
}
member IsPartOfForeignKey : bool with get, set
function get IsPartOfForeignKey () : boolean
function set IsPartOfForeignKey (value : boolean)

属性值

类型:System.Boolean
如果列为外键的一部分,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

ColumnConfigAnnotation 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间