ColumnConfigAnnotation.IsPartOfUniqueConstraint Property
Gets a value that indicates whether the column is part of a unique constraint.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property IsPartOfUniqueConstraint As Boolean
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)
Property Value
Type: System.Boolean
true if the column is part of a unique constraint; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.