Метод HierarchyMember.IDataScopeService.GetDataScopesFor
Returns the data scopes for the hierarchy member.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Private Function GetDataScopesFor ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope) Implements IDataScopeService.GetDataScopesFor
'Применение
Dim instance As HierarchyMember
Dim obj As IContainedObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = CType(instance, IDataScopeService).GetDataScopesFor(obj)
IEnumerable<IDataScope> IDataScopeService.GetDataScopesFor(
IContainedObject obj
)
private:
virtual IEnumerable<IDataScope^>^ GetDataScopesFor(
IContainedObject^ obj
) sealed = IDataScopeService::GetDataScopesFor
private abstract GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
private override GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- obj
Тип: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
An object that contains the data scopes.
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.
Реализует
IDataScopeService.GetDataScopesFor(IContainedObject)
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel