ListObjectNames List

Description

Returns a list of Name objects that contain the database objects that are currently included in the list of copied objects.

Visual Basic

ObjectNameList = Application.ListObjectNames (
[ObjectType :=] tObjectType )

C++

HRESULT pApplication->ListObjectNames (
SQLOLE_OBJECT_TYPE
tObjectType,
LPSQLOLENAMELIST* ppObjectNameList );

Elements


Element Type Description

ObjectNameList NameList Returned list of Name objects
tObjectType SQLOLE_OBJECT_TYPE Type of the database objects; valid values are:

SQLOLEObj_UserDefinedDatatype
SQLOLEObj_View
SQLOLEObj_UserTable
SQLOLEObj_StoredProcedure
SQLOLEObj_Default
SQLOLEObj_Rule
SQLOLEObj_Trigger