Sdílet prostřednictvím


ColumnConfigAnnotation.IsPartOfForeignKey – vlastnost

Získá hodnotu označující, zda je sloupec součástí cizího klíče.

Obor názvů:  Microsoft.Data.Schema.Tools.DataGenerator
Sestavení:  Microsoft.Data.Schema.Tools (v Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean
true Pokud je sloupec součástí cizího klíče; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ColumnConfigAnnotation Třída

Microsoft.Data.Schema.Tools.DataGenerator – obor názvů