Condividi tramite


Proprietà UniqueConstraint.IsPrimaryKey

Ottiene o imposta un valore che indica se il vincolo è sia univoco che una chiave primaria.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property IsPrimaryKey As Boolean
    Get
    Set
public bool IsPrimaryKey { get; set; }
public:
property bool IsPrimaryKey {
    bool get ();
    void set (bool value);
}
member IsPrimaryKey : bool with get, set
function get IsPrimaryKey () : boolean
function set IsPrimaryKey (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UniqueConstraint Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql