ISdoCollection 介面 (sdoias.h)
使用 ISdoCollection 介面操作 SDO 物件的集合。
繼承
ISdoCollection 介面繼承自 IDispatch 介面。 ISdoCollection 也有下列類型的成員:
方法
ISdoCollection 介面具有這些方法。
ISdoCollection::Add Add 方法會將專案新增至 SDO) 集合 (Server Data Objects。 |
ISdoCollection::get__NewEnum get__NewEnum方法會擷取伺服器資料物件 (SDO) 集合的 IEnumVARIANT 介面。 |
ISdoCollection::get_Count get_Count方法會傳回集合中的項目數。 |
ISdoCollection::IsNameUnique IsNameUnique 方法會測試指定的名稱是否在集合中是唯一的。 |
ISdoCollection::Item Item 方法會從集合中擷取指定的專案。 |
ISdoCollection::Reload Reload 方法會從基礎數據存放區重載集合中的所有物件。 |
ISdoCollection::Remove Remove 方法會從集合中移除指定的專案。 |
ISdoCollection::RemoveAll RemoveAll 方法會移除集合中的所有專案。 |
備註
若要取得集合,請呼叫 ISdo::GetProperty,並指定集合的 屬性。 如需詳細資訊,請參閱 擷取集合。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 |
目標平台 | Windows |
標頭 | sdoias.h |