FromClause

The FromClause property of the MDStore interface contains a comma-separated list of the fact table and the dimension tables from which store data is obtained. For example, “tblFacts”, “tblProduct”, “tblCustomer”.


Note You must delimit the table and column names with the delimiters appropriate to the source database. You can use the CloseQuoteChar and OpenQuoteChar properties of the Datasource object to determine the correct delimiters.


Applies To
clsAggregation clsPartition
clsCube(excluding virtual cubes)  

Data Type

String

Values
Default
Empty string
Access

Read/write

See Also
About Decision Support Objects Using Decision Support Objects
Properties Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.