IDataSourceDescriptorService.GetDataSources Method ()

 

Applies To: SQL Server 2016 Preview

Gets the data source.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

IDataSourceDescriptor[] GetDataSources()
array<IDataSourceDescriptor^>^ GetDataSources()
abstract GetDataSources : unit -> IDataSourceDescriptor[]
Function GetDataSources As IDataSourceDescriptor()

Return Value

Type: Microsoft.DataWarehouse.Interfaces.IDataSourceDescriptor[]

The data source.

See Also

IDataSourceDescriptorService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top