다음을 통해 공유


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.