Propriedade do RDL Nullable
Gets a Boolean value that indicates whether the scalar object is nullable.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Nullable As Boolean
Get
'Uso
Dim instance As IScalar
Dim value As Boolean
value = instance.Nullable
bool Nullable { get; }
property bool Nullable {
bool get ();
}
abstract Nullable : bool
function get Nullable () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that indicates whether the scalar object is nullable.
Consulte também