다음을 통해 공유


CDataSource::GetProperties

Returns the property information requested for the connected data source object.

HRESULT GetProperties( 
   ULONG ulPropIDSets, 
   const DBPROPIDSET* pPropIDSet, 
   ULONG* pulPropertySets, 
   DBPROPSET** ppPropsets  
) const throw( );

매개 변수

See IDBProperties::GetProperties in the OLE DB Programmer's Reference in the Windows SDK.

반환 값

A standard HRESULT.

설명

To get a single property, use GetProperty.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CDataSource 클래스