Propriété Nullable
Gets a Boolean value that indicates whether the scalar object is nullable.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property Nullable As Boolean
Get
'Utilisation
Dim instance As IScalar
Dim value As Boolean
value = instance.Nullable
bool Nullable { get; }
property bool Nullable {
bool get ();
}
abstract Nullable : bool
function get Nullable () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value that indicates whether the scalar object is nullable.
Voir aussi