![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| SQL Server 2005 Books Online |
#3
| |||
| |||
|
|
What is the data type of the "Cost" property - assuming that is numeric, you would need to retrieve the strongly-type value (otherwise, if it's a string, it could be cast): this = [Organisation].[Parent ID].Properties ("Cost", TYPED); http://msdn2.microsoft.com/en-us/library/ms144821.aspx SQL Server 2005 Books Online Properties (MDX) Updated: 17 July 2006 Returns a string, or a strongly-typed value, that contains a member property value. Syntax Member_Expression.Properties(Property_Name [, TYPED]) ... - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#4
| |||
| |||
|
|
"Deepak Puri" wrote: What is the data type of the "Cost" property - assuming that is numeric, you would need to retrieve the strongly-type value (otherwise, if it's a string, it could be cast): this = [Organisation].[Parent ID].Properties ("Cost", TYPED); http://msdn2.microsoft.com/en-us/library/ms144821.aspx SQL Server 2005 Books Online Properties (MDX) Updated: 17 July 2006 Returns a string, or a strongly-typed value, that contains a member property value. Syntax Member_Expression.Properties(Property_Name [, TYPED]) ... - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Many thanks for the help Deepak. Paul |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |