Partager via


ColumnConfigAnnotation.AcceptsNullValues, propriété

Obtient une valeur qui indique si la colonne peut accepter les valeurs nullune référence null (Nothing en Visual Basic).

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si la colonne peut accepter les valeurs nullune référence null (Nothing en Visual Basic) ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ColumnConfigAnnotation Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms