IDataSourceDescriptor.GetChildDescriptors Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the child descriptors for this current object.
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[]
A child descriptors for this current object.