Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the data scopes for the dataset.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetDataScopesFor ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Usage
Dim instance As DataSetBase
Dim obj As IContainedObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetDataScopesFor(obj)
public IEnumerable<IDataScope> GetDataScopesFor(
IContainedObject obj
)
public:
virtual IEnumerable<IDataScope^>^ GetDataScopesFor(
IContainedObject^ obj
) sealed
abstract GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
override GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
public final function GetDataScopesFor(
obj : IContainedObject
) : IEnumerable<IDataScope>
Parameter
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.
Implementiert
IDataScopeService.GetDataScopesFor(IContainedObject)