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


BlobColumn.IsNull Property

Gets a value that indicates whether the column is null.

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

Синтаксис

'Декларация
Public ReadOnly Property IsNull As Boolean
public bool IsNull { get; }
public:
property bool IsNull {
    bool get ();
}
/** @property */
public boolean get_IsNull ()
public function get IsNull () : boolean

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

A value that indicates whether the column is null.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

BlobColumn Class
BlobColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace