GetName Method

SQL-NS

SQL-NS

GetName Method

The GetName method retrieves the name of a member item.

Applies To
SQLNamespace Object
Syntax

object.GetName(
ItemIn)

Parts

object

Expression that evaluates to an object in the Applies To list

ItemIn

Handle to the item in the namespace hierarchy

Data Type

String

Prototype (C/C++)

HRESULT GetName(
HSQLNSITEM ItemIn,
BSTR *pRetVal);