Propriedade do RDL BlobColumn.IsNull
Gets a value that indicates whether the column is null.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
A value that indicates whether the column is null.