IDataSourceDescriptorService.FindDataSource 方法

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

Finds the specified value of the data source.

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

语法

声明
Function FindDataSource ( _
    moniker As String _
) As IDataSourceDescriptor
用法
Dim instance As IDataSourceDescriptorService 
Dim moniker As String 
Dim returnValue As IDataSourceDescriptor 

returnValue = instance.FindDataSource(moniker)
IDataSourceDescriptor FindDataSource(
    string moniker
)
IDataSourceDescriptor^ FindDataSource(
    String^ moniker
)
abstract FindDataSource : 
        moniker:string -> IDataSourceDescriptor
function FindDataSource(
    moniker : String
) : IDataSourceDescriptor

参数

返回值

类型:Microsoft.DataWarehouse.Interfaces.IDataSourceDescriptor
The value of the data source.

请参阅

参考

IDataSourceDescriptorService 接口

Microsoft.DataWarehouse.Interfaces 命名空间