Compartir a través de


IsNull Propiedad

Gets a value that indicates whether the column is null.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsNull As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
A value that indicates whether the column is null.