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 |
---|---|
Retrieves a count of the number of items in the collection. |
|
Adds an item to the collection. |
|
Removes an item from the collection. |
|
Removes all items from the collection. |
|
Reloads all items in the collection from the underlying datastore. |
|
Tests whether an item name is unique in the collection. |
|
Retrieves an item from the collection. |
|
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