Partager via


Méthode IDataScope.GetContainingDataScopes

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns the containing data scopes of the object.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Utilisation
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>

Valeur de retour

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

Voir aussi

Référence

IDataScope Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel