|
virtual bool COBinder::SetProperties(ULONG nCount, DBPROPSET *pDBPropSet); Return Value true if successful; otherwise false. Paramters [in] nCount: The size of an array of DBPROPSET structures pointed by pDBPropSet. [in] pDBPropSet: A pointer to an array of DBPROPSET structures. Remark Sets an array of direct binding property sets through interface IDBBinderProperties. |