Udostępnij przez


Metoda IDataSourceDescriptorService.FindDataSource

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.DataWarehouse.Interfaces
Zestaw:  Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)

Składnia

'Deklaracja
Function FindDataSource ( _
    moniker As String _
) As IDataSourceDescriptor
'Użycie
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

Parametry