Méthode IDataSourceDescriptor.GetChildDescriptors
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Returns the child descriptors for this current object.
Espace de noms : Microsoft.DataWarehouse.Interfaces
Assembly : Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Syntaxe
'Déclaration
Function GetChildDescriptors As IDataSourceDescriptor()
'Utilisation
Dim instance As IDataSourceDescriptor
Dim returnValue As IDataSourceDescriptor()
returnValue = instance.GetChildDescriptors()
IDataSourceDescriptor[] GetChildDescriptors()
array<IDataSourceDescriptor^>^ GetChildDescriptors()
abstract GetChildDescriptors : unit -> IDataSourceDescriptor[]
function GetChildDescriptors() : IDataSourceDescriptor[]
Valeur de retour
Type : array<Microsoft.DataWarehouse.Interfaces.IDataSourceDescriptor[]
A child descriptors for this current object.