GetType Method (SQL-NS)

Retrieves the object type (SQLNSObjectType) of the item.

Applies To
SQLNamespace Object  

Syntax

object.GetType(
ItemIn)

Part Description
object Expression that evaluates to an object in the Applies To list
ItemIn Handle to the item in the namespace hierarchy

Data Type

SQLNSObjectType

Prototype (C/C++)

HRESULT GetType(
HSQLNSITEM ItemIn,
SQLNSObjectType *pRetVal);

  


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