Freigeben über


ISql100TableTypeUniqueConstraint.IsPrimaryKey-Eigenschaft

Ruft einen Wert ab, der angibt, ob dies ein primärer Schlüssel ist, oder legt diesen fest.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100TableTypeUniqueConstraint Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace