Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- moniker
Type: System.String
The moniker object.
Return Value
Type: Microsoft.DataWarehouse.Interfaces.IDataSourceDescriptor
The value of the data source.