JoinClause

The JoinClause property of the MDStore interface contains the list of join conditions currently defined for an MDStore object. The conditions are separated by AND, for example, “FactTable”.”CustomerId”=“CustTable”.”CustomerId” AND “FactTable”.”ProductId”=“ProductTable”.”SKU”.


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
Range
No limitation.
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.