IDataSourceDescriptorService.FindDataSource Method (String)

 

Applies To: SQL Server 2016 Preview

Finds the specified value of the data source.

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

Syntax

IDataSourceDescriptor FindDataSource(
    string moniker
)
IDataSourceDescriptor^ FindDataSource(
    String^ moniker
)
abstract FindDataSource : 
        moniker:string -> IDataSourceDescriptor
Function FindDataSource (
    moniker As String
) As IDataSourceDescriptor

Parameters

Return Value

Type: Microsoft.DataWarehouse.Interfaces.IDataSourceDescriptor

The value of the data source.

See Also

IDataSourceDescriptorService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top