Partager via


IVsDataColumn.IsNullable, propriété

Obtient une valeur indiquant si la colonne est nullable.

Espace de noms :  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property IsNullable As Boolean
bool IsNullable { get; }
property bool IsNullable {
    bool get ();
}
abstract IsNullable : bool with get
function get IsNullable () : boolean

Valeur de propriété

Type : Boolean
true si cette colonne est nullable ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataColumn Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel, espace de noms