Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 report.
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 Report
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)