Partilhar via


Propriedade ColumnConfigAnnotation.IsPartOfForeignKey

Obtém um valor que indica se a coluna é parte de uma chave externa.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true Se a coluna for parte de uma chave estrangeira; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ColumnConfigAnnotation Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator