IDataSourceDescriptor.GetChildDescriptors Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Function GetChildDescriptors As IDataSourceDescriptor()
'Usage
Dim instance As IDataSourceDescriptor
Dim returnValue As IDataSourceDescriptor()
returnValue = instance.GetChildDescriptors()
IDataSourceDescriptor[] GetChildDescriptors()
array<IDataSourceDescriptor^>^ GetChildDescriptors()
abstract GetChildDescriptors : unit -> IDataSourceDescriptor[]
function GetChildDescriptors() : IDataSourceDescriptor[]
Return Value
Type: array<Microsoft.DataWarehouse.Interfaces.IDataSourceDescriptor[]