Propriedade do RDL IsVoid
Gets a value that indicates whether this data type represents the neutral void type, which is the type for NULL expression.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property IsVoid As Boolean
Get
'Uso
Dim instance As IScalarDataType
Dim value As Boolean
value = instance.IsVoid
bool IsVoid { get; }
property bool IsVoid {
bool get ();
}
abstract IsVoid : bool
function get IsVoid () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if this is a void type; otherwise, false.
Consulte também