Partilhar via


Propriedade ISql100TableTypeUniqueConstraint.IsPrimaryKey

Obtém ou define um valor que indica se esta é uma chave primária.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property IsPrimaryKey As Boolean
    Get
    Set
bool IsPrimaryKey { get; set; }
property bool IsPrimaryKey {
    bool get ();
    void set (bool value);
}
abstract IsPrimaryKey : bool with get, set
function get IsPrimaryKey () : boolean
function set IsPrimaryKey (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql100TableTypeUniqueConstraint Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel