IDataSourceDescriptorService 接口

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

Represents the data source interface class with descriptor service.

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

语法

声明
<ComVisibleAttribute(True)> _
<GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")> _
Public Interface IDataSourceDescriptorService
用法
Dim instance As IDataSourceDescriptorService
[ComVisibleAttribute(true)]
[GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")]
public interface IDataSourceDescriptorService
[ComVisibleAttribute(true)]
[GuidAttribute(L"785633AC-9EE9-4e28-A7E8-3089D7C23217")]
public interface class IDataSourceDescriptorService
[<ComVisibleAttribute(true)>]
[<GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")>]
type IDataSourceDescriptorService =  interface end
public interface IDataSourceDescriptorService

IDataSourceDescriptorService 类型公开以下成员。

方法

  名称 说明
公共方法 FindDataSource Finds the specified value of the data source.
公共方法 GetDataSources Gets the data source.

页首

请参阅

参考

Microsoft.DataWarehouse.Interfaces 命名空间