Freigeben über


ColumnConfigAnnotation.IsPartOfPrimaryKey-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Spalte Teil des Primärschlüssels ist.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn die Spalte Teil des Primärschlüssels ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ColumnConfigAnnotation Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace