IsNullable Propiedad
Gets a value that indicates whether the data type accepts null values.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property IsNullable As Boolean
Get
'Uso
Dim instance As IClrDataType
Dim value As Boolean
value = instance.IsNullable
bool IsNullable { get; }
property bool IsNullable {
bool get ();
}
abstract IsNullable : bool
function get IsNullable () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the data type accepts null values; otherwise, false.
Vea también