IDataScopeService.GetDataScopesFor(IContainedObject) メソッド

定義

含まれるアイテムのデータ スコープを取得します。

public:
 System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IDataScope ^> ^ GetDataScopesFor(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ obj);
public System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IDataScope> GetDataScopesFor (Microsoft.ReportingServices.RdlObjectModel.IContainedObject obj);
abstract member GetDataScopesFor : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Public Function GetDataScopesFor (obj As IContainedObject) As IEnumerable(Of IDataScope)

パラメーター

obj
IContainedObject

IContainedObject オブジェクト。

戻り値

IEnumerable<T> オブジェクト。

適用対象