Freigeben über


ReportObject.GetDataScopesForDefaultImpl-Methode

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

Returns the data scopes for default implementation.

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

Syntax

'Declaration
Protected Function GetDataScopesForDefaultImpl ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Usage
Dim obj As IContainedObject 
Dim returnValue As IEnumerable(Of IDataScope)

returnValue = Me.GetDataScopesForDefaultImpl(obj)
protected IEnumerable<IDataScope> GetDataScopesForDefaultImpl(
    IContainedObject obj
)
protected:
IEnumerable<IDataScope^>^ GetDataScopesForDefaultImpl(
    IContainedObject^ obj
)
member GetDataScopesForDefaultImpl : 
        obj:IContainedObject -> IEnumerable<IDataScope> 
protected function GetDataScopesForDefaultImpl(
    obj : IContainedObject
) : IEnumerable<IDataScope>

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<IDataScope>
The data scopes for default implementation.

Siehe auch

Verweis

ReportObject Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace