Freigeben über


IDataScopeService.GetDataScopesFor-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the data scopes for a contained item.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Function GetDataScopesFor ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Usage
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>

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.

Siehe auch

Verweis

IDataScopeService Schnittstelle

Microsoft.ReportingServices.RdlObjectModel-Namespace