Sdílet prostřednictvím


ISql100TableTypeUniqueConstraint.IsPrimaryKey – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda se jedná o primární klíč.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100TableTypeUniqueConstraint Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů