DimensionName Property
The DimensionName property sets the name of a new DateDimension object.
Syntax
DateWizard .DimensionName
Applies To
Discussion
If you do not specify a name for the time dimension, Transformer generates an error.
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Type
String
Access
Write
Examples
objDateWizard.DimensionName = "Dates"