Partager via


Méthode DataSetBase.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 the dataset.

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

Syntaxe

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

returnValue = instance.GetDataScopesFor(obj)
public IEnumerable<IDataScope> GetDataScopesFor(
    IContainedObject obj
)
public:
virtual IEnumerable<IDataScope^>^ GetDataScopesFor(
    IContainedObject^ obj
) sealed
abstract GetDataScopesFor : 
        obj:IContainedObject -> IEnumerable<IDataScope> 
override GetDataScopesFor : 
        obj:IContainedObject -> IEnumerable<IDataScope> 
public final function GetDataScopesFor(
    obj : IContainedObject
) : IEnumerable<IDataScope>

Paramètres

Valeur de retour

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

Implémente

IDataScopeService.GetDataScopesFor(IContainedObject)

Voir aussi

Référence

DataSetBase Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel