ColumnConfigAnnotation.IsPartOfUniqueConstraint Property

Gets or sets whether annotation is part of a unique constraint.

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

Syntax

'Declaration
Public Property IsPartOfUniqueConstraint As Boolean
    Get
    Set
'Usage
Dim instance As ColumnConfigAnnotation
Dim value As Boolean

value = instance.IsPartOfUniqueConstraint

instance.IsPartOfUniqueConstraint = value
public bool IsPartOfUniqueConstraint { get; set; }
public:
property bool IsPartOfUniqueConstraint {
    bool get ();
    void set (bool value);
}
function get IsPartOfUniqueConstraint () : boolean
function set IsPartOfUniqueConstraint (value : boolean)
member IsPartOfUniqueConstraint : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

ColumnConfigAnnotation Members

Microsoft.Data.Schema.DataGenerator Namespace