ColumnConfigAnnotation.CanBePopulated Property
Gets or sets whether the annotation can be populated.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property CanBePopulated As Boolean
Get
Set
'Usage
Dim instance As ColumnConfigAnnotation
Dim value As Boolean
value = instance.CanBePopulated
instance.CanBePopulated = value
public bool CanBePopulated { get; set; }
public:
property bool CanBePopulated {
bool get ();
void set (bool value);
}
function get CanBePopulated () : boolean
function set CanBePopulated (value : boolean)
member CanBePopulated : bool with get, set
Property Value
Type: System.Boolean
Remarks
Returns false if the column is identity, is computed, is a timestamp, and so on.
.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.