ReportingService2006.ListDependentItems メソッド
指定したカタログ アイテムを参照するカタログ アイテムの一覧を返します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.dll)
構文
'宣言
Public Function ListDependentItems ( _
Item As String _
) As CatalogItem()
'使用
Dim instance As ReportingService2006
Dim Item As String
Dim returnValue As CatalogItem()
returnValue = instance.ListDependentItems(Item)
public CatalogItem[] ListDependentItems(
string Item
)
public:
array<CatalogItem^>^ ListDependentItems(
String^ Item
)
member ListDependentItems :
Item:string -> CatalogItem[]
public function ListDependentItems(
Item : String
) : CatalogItem[]
パラメーター
- Item
型: System.String
ファイル名と拡張子を含む、アイテムの完全修飾 URL です。
戻り値
型: array<ReportService2006.CatalogItem[]
CatalogItem オブジェクトの配列です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
このメソッドは、ユーザーが ViewListItems 権限を持っている Item のすべての子を返します。
API が呼び出されたときにパブリッシュされた依存アイテムのみが一覧に含められます。