Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.73 KB

File metadata and controls

38 lines (33 loc) · 1.73 KB
title DateCreated Property (ADOX) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
_Table::get_DateCreated
_Table::DateCreated
_Table::GetDateCreated
helpviewer_keywords
DateCreated property [ADOX]
ms.assetid 2bf4b00d-045c-444e-8af7-8af6297ed418
author MightyPen
ms.author genemi

DateCreated Property (ADOX)

Indicates the date the object was created.

Return Values

Returns a Variant value specifying the date created. The value is null if DateCreated is not supported by the provider.

Remarks

The DateCreated property is null for newly appended objects. After appending a new View or Procedure, you must call the Refresh method of the Views or Procedures collection to obtain values for the DateCreated property.

Applies To

Procedure Object (ADOX) Table Object (ADOX) View Object (ADOX)

See Also

DateCreated and DateModified Properties Example (VB)
DateModified Property (ADOX)