IDataSourceDescriptorService.FindDataSource Method

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Function FindDataSource ( _
    moniker As String _
) As IDataSourceDescriptor
'Usage
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

Parameters