次の方法で共有


ReportObject.GetDataScopesForDefaultImpl メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

既定の実装のデータ スコープを返します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected Function GetDataScopesForDefaultImpl ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'使用
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>

パラメーター

戻り値

型: System.Collections.Generic.IEnumerable<IDataScope>
既定の実装のデータ スコープ。

関連項目

参照

ReportObject クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間