Item Method

SQL-NS

SQL-NS

Item Method

The Item method returns the SQLNamespaceCommand object in the collection based on the specified index parameter.

Applies To
SQLNamespaceCommands Object
Syntax

object.Item(
Index)

Parts

object

Expression that evaluates to an object in the Applies To list

Index

Order of an object in the SQLNamespaceCommands collection

Data Type

SQLNamespaceCommand

Prototype (C/C++)

HRESULT Item(
ISQLNamespaceCommand *pRetVal);

Remarks

The index is 1-based.