Freigeben über


ColumnConfigAnnotation.IsPartOfUniqueConstraint-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Spalte Teil einer Unique-Einschränkung ist.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn die Spalte Teil einer Unique-Einschränkung ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ColumnConfigAnnotation Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace