IDataSourceCredentialServiceGetProviderInfo Method

Gets the data source provider with the specified ID.

Namespace: Dundas.BI.Data.DataProviders.CredentialProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
DataSourceCredentialProviderInfo GetProviderInfo(
	Guid id
)

Parameters

id  Guid
The ID of the credential provider.

Return Value

DataSourceCredentialProviderInfo
The data source credential provider.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionThe specified credential provider was not found.
See Also