Partager via


DataParameter.IsNullable, propriété

Obtient une valeur d' Boolean indiquant si le paramètre actuel peut avoir une valeur NULL à condition que il soit dérivé.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsNullable As Boolean
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
    bool get () sealed;
}
abstract IsNullable : bool
override IsNullable : bool
final function get IsNullable () : boolean

Valeur de propriété

Type : System.Boolean
true si ce paramètre peut avoir une valeur NULL ; sinon, false.

Implémentations

IVsDataParameterDescriptor.IsNullable

Exceptions

Exception Condition
InvalidOperationException

Ce paramètre n'est pas dérivé.

Notes

Une valeur NULL dans ce cas est représentée par l'instance d' Value .

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data.Framework, espace de noms