Condividi tramite


Proprietà ColumnConfigAnnotation.HasDefaultValue

Ottiene un valore che indica se la colonna possiede un valore predefinito.

Spazio dei nomi:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se la colonna possiede un valore predefinito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ColumnConfigAnnotation Classe

Spazio dei nomi Microsoft.Data.Schema.Tools.DataGenerator