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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.