Partager via


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

Voir aussi

Référence

ColumnConfigAnnotation Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms