IHierarchyMember.GetContainingDataScopes Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Returns the containing data scopes for the hierarchy member.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Uso
Dim instance As IHierarchyMember
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetContainingDataScopes()
IEnumerable<IDataScope> GetContainingDataScopes()
IEnumerable<IDataScope^>^ GetContainingDataScopes()
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope>
function GetContainingDataScopes() : IEnumerable<IDataScope>
Valor devuelto
Tipo: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel