Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

IDSSCatalogInfo2 Interface Reference

Inherits IDSSCatalogInfo.

Inherited by IDSSCatalogInfo3.

List of all members.

Public Member Functions

HRESULT LoadFromXML ([in] IDispatch *ipElement,[in] EnumDSSCatalogFlags iFlags)
 Populate this CatalogInfo instance from its XML representation.
HRESULT RetrievalTime ([out, retval] DATE *opRetrievalTime)
 The timestamp indicating when the catalog was populated from the database.
HRESULT RetrievalTimeUTC ([out, retval] DATE *opRetrievalTimeUTC)
 The timestamp indicating when the catalog was populated from the database.
HRESULT SaveToXML ([in] EnumDSSCatalogFlags iFlags,[out] BSTR *opXML)
 Save this CatalogInfo instance to XML or JSON depending on the passed in flags.


Member Function Documentation

HRESULT IDSSCatalogInfo2::LoadFromXML [in] IDispatch *  ipElement,
[in] EnumDSSCatalogFlags  iFlags
 

Populate this CatalogInfo instance from its XML representation.

Parameters:
ipElement Pointer to the XML DOM element representing the CatalogInfo instance.
iFlags Flags used to control how the CatalogInfo instance will be populated from XML.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSCatalogInfo2::RetrievalTime [out, retval] DATE *  opRetrievalTime  ) 
 

The timestamp indicating when the catalog was populated from the database.

Parameters:
opRetrievalTime Timestamp indicating when the catalog was populated from the database.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSCatalogInfo2::RetrievalTimeUTC [out, retval] DATE *  opRetrievalTimeUTC  ) 
 

The timestamp indicating when the catalog was populated from the database.

Parameters:
opRetrievalTimeUTC Timestamp indicating when the catalog was populated from the database.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSCatalogInfo2::SaveToXML [in] EnumDSSCatalogFlags  iFlags,
[out] BSTR *  opXML
 

Save this CatalogInfo instance to XML or JSON depending on the passed in flags.

Parameters:
iFlags Flags used to control if this CatalogInfo instance will be serialized to XML or JSON.
opXML XML or JSON representation of this CatalogInfo instance.
Returns:
Usual COM result code:
  • S_OK


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.