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

IDSSCatalogDefn2 Interface Reference

Inherits IDSSCatalogDefn.

Inherited by IDSSCatalogDefn3.

List of all members.


Detailed Description

IDSSCatalogDefn2 interface is used to define the selection criteria that the user wants to set for the warehouse catalog.

This interface extends and replaced IDSSCatalogDefn.


Public Member Functions

HRESULT ColumnSQL ([in] BSTR iSQL)
 SQL statement template to retrieve column information for selected tables.
HRESULT ColumnSQL ([out, retval] BSTR *oSQL)
 SQL statement template to retrieve column information for selected tables.


Member Function Documentation

HRESULT IDSSCatalogDefn2::ColumnSQL [in] BSTR  iSQL  ) 
 

SQL statement template to retrieve column information for selected tables.

This is the SQL statement template used to retrieve columns for selected warehouse tables.

If this property is not set, the Warehouse Catalog Engine uses the default column SQL defined for the target warehouse. This property is also used to pass back the default column SQL when the caller performs a GetDefaultSQL update (see Update method).
Parameters:
iSQL Column SQL to use for future updates
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSCatalogDefn2::ColumnSQL [out, retval] BSTR *  oSQL  ) 
 

SQL statement template to retrieve column information for selected tables.

This is the SQL statement template used to retrieve columns for selected warehouse tables.

If this property is not set, the Warehouse Catalog Engine uses the default column SQL defined for the target warehouse. This property is also used to pass back the default column SQL when the caller performs a GetDefaultSQL update (see Update method).
Parameters:
oSQL Column SQL to use for future updates
Returns:
Usual COM result code:
  • S_OK


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