Returns a list of Name objects that contain the database objects that are currently included in the list of copied objects.
ObjectNameList = Application.ListObjectNames (
[ObjectType :=] tObjectType )
HRESULT pApplication->ListObjectNames (
SQLOLE_OBJECT_TYPE tObjectType,
LPSQLOLENAMELIST* ppObjectNameList );
Element | Type | Description |
---|
ObjectNameList | NameList | Returned list of Name objects |
tObjectType | SQLOLE_OBJECT_TYPE | Type of the database objects; valid values are:
SQLOLEObj_UserDefinedDatatype |