다음을 통해 공유


IDBPropertiesImpl::SetProperties

Sets properties in the Data Source and Initialization property groups, for data source objects, or the Initialization property group, for enumerators.

STDMETHOD(SetProperties)( 
   ULONG cPropertySets, 
   DBPROPSET rgPropertySets[]  
);

매개 변수

See IDBProperties::SetProperties in the OLE DB Programmer's Reference.

설명

If the provider is initialized, this method sets the values of properties in the DBPROPSET_DATASOURCE, DBPROPSET_DATASOURCEINFO, DBPROPSET_DBINIT property groups for the data source object. If the provider is not initialized, it sets DBPROPSET_DBINIT group properties only.

요구 사항

Header: atldb.h

참고 항목

참조

IDBPropertiesImpl 클래스

IDBPropertiesImpl::GetProperties

IDBPropertiesImpl::GetPropertyInfo