Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 967 Bytes

indexnulls-property-adox.md

File metadata and controls

33 lines (29 loc) · 967 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
IndexNulls Property (ADOX)
IndexNulls Property (ADOX)
rothja
jroth
01/19/2017
sql
ado
reference
_Index::get_IndexNulls
_Index::GetIndexNulls
_Index::put_IndexNulls
_Index::PutIndexNulls
_Index::IndexNulls
IndexNulls property [ADOX]
COM

IndexNulls Property (ADOX)

Indicates whether records that have null values in their index fields have index entries.

Settings and Return Values

Sets and returns an AllowNullsEnum value. The default value is adIndexNullsDisallow.

Remarks

This property is read-only on Index objects already appended to a collection.

Applies To

Index Object (ADOX)

See Also

IndexNulls Property Example (VB)