Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns the IDataSource interface on this object.
[Visual Basic] Property DataSource as IDataSource read-only [C++] HRESULT get_DataSource(IDataSource** pVal); [IDL] HRESULT [propget] DataSource([out,retval] IDataSource** pVal);
You can use the DataSource property to obtain the IDataSource interface on this object. This is equivalent to using QueryInterface in C++ or Set in Microsoft® Visual Basic®, or using the GetInterface method.