Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the ISdoCollection interface to manipulate a collection of SDO objects.
Inheritance
The ISdoCollection interface inherits from the IDispatch interface. ISdoCollection also has these types of members:
Methods
The ISdoCollection interface has these methods.
ISdoCollection::Add The Add method adds an item to the Server Data Objects (SDO) collection. |
ISdoCollection::get__NewEnum The get__NewEnum method retrieves an IEnumVARIANT interface for a Server Data Objects (SDO) collection. |
ISdoCollection::get_Count The get_Count method returns the number of items in the collection. |
ISdoCollection::IsNameUnique The IsNameUnique method tests whether the specified name is unique in the collection. |
ISdoCollection::Item The Item method retrieves the specified item from the collection. |
ISdoCollection::Reload The Reload method reloads all the objects in the collection from the underlying datastore. |
ISdoCollection::Remove The Remove method removes the specified item from the collection. |
ISdoCollection::RemoveAll The RemoveAll method removes all the items from the collection. |
Remarks
To obtain a collection, call ISdo::GetProperty, specifying a collection's property. For more information, see Retrieving a Collection.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | sdoias.h |