Partilhar via


Método GetContainingDataScopes

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

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 IDataScope
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< (Of < ( <'IDataScope> ) > ) >
An IEnumerable<(Of <(<'T>)>)> object.