Partager via


ColumnConfigAnnotation.IsPartOfForeignKey, propriété

Obtient une valeur qui indique si la colonne fait partie d'une clé étrangère.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si la colonne fait partie d'une clé étrangère ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ColumnConfigAnnotation Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms