Partager via


Méthode IDataScopeService.GetDataScopesFor

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

Gets the data scopes for a contained item.

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

Syntaxe

'Déclaration
Function GetDataScopesFor ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Utilisation
Dim instance As IDataScopeService 
Dim obj As IContainedObject 
Dim returnValue As IEnumerable(Of IDataScope)

returnValue = instance.GetDataScopesFor(obj)
IEnumerable<IDataScope> GetDataScopesFor(
    IContainedObject obj
)
IEnumerable<IDataScope^>^ GetDataScopesFor(
    IContainedObject^ obj
)
abstract GetDataScopesFor : 
        obj:IContainedObject -> IEnumerable<IDataScope> 
function GetDataScopesFor(
    obj : IContainedObject
) : IEnumerable<IDataScope>

Paramètres

Valeur de retour

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

Voir aussi

Référence

IDataScopeService Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel