Share via


IHierarchyMember.GetContainingDataScopes Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Returns the containing data scopes for the hierarchy member.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Usage
Dim instance As IHierarchyMember 
Dim returnValue As IEnumerable(Of IDataScope)

returnValue = instance.GetContainingDataScopes()
IEnumerable<IDataScope> GetContainingDataScopes()
IEnumerable<IDataScope^>^ GetContainingDataScopes()
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope> 
function GetContainingDataScopes() : IEnumerable<IDataScope>

Return Value

Type: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.

See Also

Reference

IHierarchyMember Interface

Microsoft.ReportingServices.RdlObjectModel Namespace