IDataSourceCredentialServiceGetProviderInfo Method |
Gets the data source provider with the specified ID.
Namespace: Dundas.BI.Data.DataProviders.CredentialProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDataSourceCredentialProviderInfo GetProviderInfo(
Guid id
)
Function GetProviderInfo (
id As Guid
) As DataSourceCredentialProviderInfo
DataSourceCredentialProviderInfo^ GetProviderInfo(
Guid id
)
abstract GetProviderInfo :
id : Guid -> DataSourceCredentialProviderInfo Parameters
- id Guid
- The ID of the credential provider.
Return Value
DataSourceCredentialProviderInfoThe data source credential provider.
Exceptions
See Also