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


Метод IHierarchyMember.GetContainingDataScopes

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

Returns the containing data scopes for the hierarchy member.

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

Синтаксис

'Декларация
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Применение
Dim instance As IHierarchyMember 
Dim returnValue As IEnumerable(Of IDataScope)

returnValue = instance.GetContainingDataScopes()
IEnumerable<IDataScope> GetContainingDataScopes()
IEnumerable<IDataScope^>^ GetContainingDataScopes()
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope> 
function GetContainingDataScopes() : IEnumerable<IDataScope>

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

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

См. также

Справочник

IHierarchyMember Интерфейс

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