Поделиться через


Метод IDataScopeService.GetDataScopesFor

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the data scopes for a contained item.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Function GetDataScopesFor ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Применение
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>

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.

См. также

Справочник

IDataScopeService Интерфейс

Пространство имен Microsoft.ReportingServices.RdlObjectModel