नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Returns whether a specified member is a sibling of another specified member.
Syntax
IsSibling(Member_Expression1, Member_Expression2)
Arguments
- Member_Expression1
A valid Multidimensional Expressions (MDX) expression that returns a member.
- Member_Expression2
A valid Multidimensional Expressions (MDX) expression that returns a member.
Remarks
The IsSibling function returns true if the first specified member is a sibling of the second specified member. Otherwise, the function returns false.
Example
The following example returns TRUE if [Time].[Fiscal].[1995] is a sibling of [Time].]Fiscal].[1997]:
IsSibling([Time].[Fiscal].[1995], [Time].[1997])
See Also
Reference
Help and Information
Getting SQL Server 2005 Assistance
Change History
| Release | History |
|---|---|
17 July 2006 |
|