Compartir a través de


ColumnConfigAnnotation.IsPartOfForeignKey (Propiedad)

Obtiene un valor que indica si la columna forma parte de una clave externa.

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
true si la columna forma parte de una clave externa; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ColumnConfigAnnotation Clase

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)