Compartilhar via


Método IHierarchyMember.GetContainingDataScopes

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Returns the containing data scopes for the hierarchy member.

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

Sintaxe

'Declaração
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Uso
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>

Valor de retorno

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

Consulte também

Referência

IHierarchyMember Interface

Namespace Microsoft.ReportingServices.RdlObjectModel