IRelationship::D estination 方法 (structuredquery.h)
检索关系的目标 IEntity 对象。 relationshipo 的目标对应于属性的类型。
语法
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 |