Share via


ISdoCollection Interface

Use the ISdoCollection interface to manipulate a collection of SDO objects.

Methods in Vtable Order

The ISdoCollection interface inherits the methods of the IDispatch interface.

In addition, ISdoCollection defines the following methods.

Method Description

get_Count

Retrieves a count of the number of items in the collection.

Add

Adds an item to the collection.

Remove

Removes an item from the collection.

RemoveAll

Removes all items from the collection.

Reload

Reloads all items in the collection from the underlying datastore.

IsNameUnique

Tests whether an item name is unique in the collection.

Item

Retrieves an item from the collection.

get_NewEnum

Returns an enumeration interface for the collection.

Remarks

To obtain a collection, call ISdo::GetProperty, specifying a collection's property. For more information, see Retrieving a Collection.

Requirements

Server

Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server.

Header

Declared in SdoIas.h.

IDL

Declared in SdoIas.idl.

DLL

Requires Iassdo.dll.

See Also

Server Data Objects Reference
Server Data Objects Interfaces
Collections

Send comments about this topic to Microsoft

Build date: 10/15/2007