Item Method (SQL-NS)

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

Applies To
SQLNamespaceCommands Object  

Syntax

object.Item(
Index)

Part Description
object Expression that evaluates to an object in the Applies To list
Index Order of an object in the SQLNamespaceCommands collection

Remarks

The index is 1-based.

Data Type

SQLNamespaceCommand

Prototype (C/C++)

HRESULT Item(
ISQLNamespaceCommand *pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.