IsVoid Propiedad
Gets a value that indicates whether this data type represents the neutral void type, which is the type for NULL expression.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if this is a void type; otherwise, false.
Vea también