'宣言 Public Function ListChildren( _ ByVal Item As System.String, _ ByVal Recursive As System.Boolean, _ ByRef CatalogItems() As CatalogItem _ ) As ServerInfoHeader
'使用法 Dim instance As ReportingService2005SoapClient Dim Item As System.String Dim Recursive As System.Boolean Dim CatalogItems() As CatalogItem Dim value As ServerInfoHeader value = instance.ListChildren(Item, Recursive, CatalogItems)
public ServerInfoHeader ListChildren( System.string Item, System.bool Recursive, out CatalogItem[] CatalogItems )
パラメータ
- Item
- Recursive
- CatalogItems