SourceColumn

The SourceColumn property contains a reference to the column in the dimension table that contains values for the member property.

Applies To
MemberProperty  

Data Type

String

Access

Read/write

Example

'Assume an object (dsoLevel) of ClassType clsDimensionLevel exists

' Create a member property containing the name of the store manager

Dim dsoMemProp As DSO.MemberProperty

Set dsoMemProp = dsoLevel.MemberProperties.AddNew("Store Manager")

'Set the column which contains the names of the managers

dsoMemProp.SourceColumn = """store"".""store_manager"""

 

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