Propriedade do RDL IsNullable
Gets 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
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 da propriedade
Tipo: System. . :: . .Boolean
true if the data type accepts null values; otherwise, false.
Consulte também