共用方式為


IColumnMapper::GetPropInfoFromId 方法 (indexsrv.h)

從 DBID 取得屬性資訊。

語法

HRESULT GetPropInfoFromId(
  [in]  const DBID   *pPropId,
  [out] WCHAR        **pwcsName,
  [out] DBTYPE       *pPropType,
  [out] unsigned int *puiWidth
);

參數

[in] pPropId

要查閱的屬性指標。

[out] pwcsName

傳回屬性名稱。

[out] pPropType

屬性的傳回類型。

[out] puiWidth

傳回屬性寬度。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

需求

   
最低支援的用戶端 Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 indexsrv.h
可轉散發套件 Windows NT 4.0 選項套件

另請參閱

IColumnMapper