Propriedade do RDL IsNullable
Gets or sets a value that indicates whether the data type accepts null values.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Property IsNullable As Boolean
Get
Set
'Uso
Dim instance As IMutableClrDataType
Dim value As Boolean
value = instance.IsNullable
instance.IsNullable = value
bool IsNullable { get; set; }
property bool IsNullable {
bool get ();
void set (bool value);
}
abstract IsNullable : bool with get, set
function get IsNullable () : boolean
function set IsNullable (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the data type accepts null values; otherwise, false.
Implementa
Consulte também