다음을 통해 공유


IDataScopeService.GetDataScopesFor 메서드

네임스페이스:  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 CustomData
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는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

반환 값

유형: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IDataScope> ) > ) >

구현

IDataScopeService. . :: . .GetDataScopesFor(IContainedObject)