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 (9.0.0.1000)
SyntaxDataSourceCredentialProviderInfo GetProviderInfo(
Guid id
)
Function GetProviderInfo (
id As Guid
) As DataSourceCredentialProviderInfo
DataSourceCredentialProviderInfo^ GetProviderInfo(
Guid id
)
abstract GetProviderInfo :
id : Guid -> DataSourceCredentialProviderInfo
Parameters
- id
- Type: SystemGuid
The ID of the credential provider.
Return Value
Type:
DataSourceCredentialProviderInfoThe data source credential provider.
Exceptions| Exception | Condition |
|---|
| ArgumentException | id is Empty. |
| NotFoundException | The specified credential provider was not found. |
See Also