नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Returns a Multidimensional Expressions (MDX)–formatted string that corresponds to a specified member.
Syntax
MemberToStr(Member_Expression)
Arguments
- Member_Expression
A valid Multidimensional Expressions (MDX) expression that returns a member.
Remarks
This function is used to transfer a string-representation of a member to an external function for parsing. The string that is returned is enclosed in braces {}.
Example
The following example returns the string [Geography].[Geography].[Country].&[United States] :
WITH MEMBER Measures.x AS MemberToStr
([Geography].[Geography].[Country].[United States])
SELECT Measures.x ON 0
FROM [Adventure Works]
See Also
Reference
Help and Information
Getting SQL Server 2005 Assistance
Change History
| Release | History |
|---|---|
17 July 2006 |
|