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