IsNull propriété
Gets a value that indicates whether the column is null.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (dans 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 la propriété
Type : System. . :: . .Boolean
A value that indicates whether the column is null.
Voir aussi