Поделиться через


Свойство IsVoid

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsVoid As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if this is a void type; otherwise, false.