DataSourceCredentialProviderGetCredentialDescriptors Method

Gets information about the credentials required by the provider.

Namespace:  Dundas.BI.Data.DataProviders.CredentialProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract IList<ProviderProperty> GetCredentialDescriptors()

Return Value

Type: IListProviderProperty
A list of items describing the credentials associated with this provider.
Remarks
Note to inheritors: do not return PropertyGroup objects from this method.
See Also