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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.