ColumnConfigAnnotation.IsPartOfPrimaryKey, propriété
Obtient une valeur qui indique si la colonne fait partie de la clé primaire.
Espace de noms : Microsoft.Data.Schema.Tools.DataGenerator
Assembly : Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)
Syntaxe
'Déclaration
Public Property IsPartOfPrimaryKey As Boolean
Get
Set
public bool IsPartOfPrimaryKey { get; set; }
public:
property bool IsPartOfPrimaryKey {
bool get ();
void set (bool value);
}
member IsPartOfPrimaryKey : bool with get, set
function get IsPartOfPrimaryKey () : boolean
function set IsPartOfPrimaryKey (value : boolean)
Valeur de propriété
Type : System.Boolean
true si la colonne fait partie de la clé primaire ; 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.