IDataSourceDescriptorService.FindDataSource Method

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

Finds the specified value of the data source.

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

Return Value

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

See Also

Reference

IDataSourceDescriptorService Interface

Microsoft.DataWarehouse.Interfaces Namespace