Propriété BlobColumn.IsNull
Gets a value that indicates whether the column is null.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsNull As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
A value that indicates whether the column is null.