Partilhar via


Propriedade ColumnConfigAnnotation.IsPartOfPrimaryKey

Obtém um valor que indica se a coluna é parte da chave primária.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true Se a coluna é parte da chave primária; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ColumnConfigAnnotation Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator