Partager via


ISql100TableTypeUniqueConstraint.IsPrimaryKey, propriété

Obtient ou définit une valeur qui indique s'il s'agit d'une clé primaire.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100TableTypeUniqueConstraint Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms