Partager via


DataParameter.IsNullable, propriété

Obtient une valeur d'Boolean qui indique si le paramètre actuel peut avoir une valeur Null à condition que il soit dérivée.

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 with get 
override IsNullable : bool with get
final function get IsNullable () : boolean

Valeur de propriété

Type : 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

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