Свойство IsNull

Gets a value that indicates whether the column is null.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsNull As Boolean
    Get
'Применение
Dim instance As BlobColumn
Dim value As Boolean

value = instance.IsNull
public bool IsNull { get; }
public:
property bool IsNull {
    bool get ();
}
member IsNull : bool
function get IsNull () : boolean

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

Тип: System. . :: . .Boolean
A value that indicates whether the column is null.