Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the column is null.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public ReadOnly Property IsNull As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A value that indicates whether the column is null.