GetDataScopesForDefaultImpl méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Protected Function GetDataScopesForDefaultImpl ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Utilisation
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>
Paramètres
Valeur de retour
Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IDataScope> ) > ) >