この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
データ スコープを含むレポート オブジェクトの一覧を返します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'使用
Dim instance As ReportObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetContainingDataScopes()
public IEnumerable<IDataScope> GetContainingDataScopes()
public:
virtual IEnumerable<IDataScope^>^ GetContainingDataScopes() sealed
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope>
override GetContainingDataScopes : unit -> IEnumerable<IDataScope>
public final function GetContainingDataScopes() : IEnumerable<IDataScope>
戻り値
型: System.Collections.Generic.IEnumerable<IDataScope>
データ スコープを含むレポート オブジェクトの一覧。