Nullable Propiedad
Gets or sets 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
Property Nullable As Boolean
Get
Set
'Uso
Dim instance As IMutableUserDefinedDataType
Dim value As Boolean
value = instance.Nullable
instance.Nullable = value
bool Nullable { get; set; }
property bool Nullable {
bool get ();
void set (bool value);
}
abstract Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the type is nullable; otherwise, false.