IRelationship::D estination 方法 (structuredquery.h)
擷取關聯性的目的地 IEntity 物件。 關聯性的目的地會對應至屬性的類型。
語法
HRESULT Destination(
[out, retval] IEntity **pDestinationEntity
);
參數
[out, retval] pDestinationEntity
類型: IEntity**
接收 IEntity 物件的指標位址,如果關聯性不是實際,則為 Null 。 如需詳細資訊,請參閱 IRelationship::IsReal。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
需求
最低支援的用戶端 | Windows XP 搭配 SP2、Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 SP1 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | structuredquery.h |
可轉散發套件 | Windows 桌面搜尋 (WDS) 3.0 |