IDataSourceDescriptorService.GetDataSources 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the data source.

命名空间:  Microsoft.DataWarehouse.Interfaces
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Function GetDataSources As IDataSourceDescriptor()
用法
Dim instance As IDataSourceDescriptorService 
Dim returnValue As IDataSourceDescriptor()

returnValue = instance.GetDataSources()
IDataSourceDescriptor[] GetDataSources()
array<IDataSourceDescriptor^>^ GetDataSources()
abstract GetDataSources : unit -> IDataSourceDescriptor[] 
function GetDataSources() : IDataSourceDescriptor[]

返回值

类型:array<Microsoft.DataWarehouse.Interfaces.IDataSourceDescriptor[]
The data source.

请参阅

参考

IDataSourceDescriptorService 接口

Microsoft.DataWarehouse.Interfaces 命名空间