The get_DataStoreMajorVersion method returns the major version number of the catalog from which you get the collection.
HRESULT ICatalogCollection::get_DataStoreMajorVersion( long* retval);
Parameters
retval [out]
Pointer to a pointer to the MTS major version number.
Return Values
S_OK
Method completed successfully.
E_INVALIDARG
Out parameter is NULL.
See Also