The FindName method returns the ordinal position of a string within a container object.
NameList Object | Names Collection |
object.FindName( Name ) as Long
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Name | String on which the search is based |
On success, a long integer indicating the ordinal position of the name string. Zero, if the name cannot be located in the container.
On failed search, the method raises the error SQLDMO_E_NAMENOTFOUND.
HRESULT FindName(SQLDMO_LPCSTR szName
LPLONG pRetVal);