Partager via


Propriété IsVoid

Gets a value that indicates whether this data type represents the neutral void type, which is the type for NULL expression.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsVoid As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
true if this is a void type; otherwise, false.