IDataSourceCollection::AddIDataSource *Add(
VARIANT varVal // VT_BSTR
);
Return ValuesThis method returns an IDataSource pointer from the IDataSourceCollection .
RemarksCurrently, the varVal parameter must be a VT_BSTR that is the name for the DataSource to be added.
|