Share via


ColumnConfigAnnotation.CanBePopulated Property

Gets a value that indicates whether the column can be populated with data.

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

Syntax

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

Property Value

Type: System.Boolean
true if the column can be populated with data; otherwise, false.

Remarks

A column cannot be populated with data if it is an identity column, or if it is a computed value, or if it has a timestamp data type.

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace