Metodo IDataScope.GetContainingDataScopes
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Returns the containing data scopes of the object.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Utilizzo
Dim instance As IDataScope
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetContainingDataScopes()
IEnumerable<IDataScope> GetContainingDataScopes()
IEnumerable<IDataScope^>^ GetContainingDataScopes()
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope>
function GetContainingDataScopes() : IEnumerable<IDataScope>
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.