DataProviderGetCredentialsProviderId Method

Gets the ID of the credentials provider.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract Guid GetCredentialsProviderId(
	IProviderConnector dataConnector
)

Parameters

dataConnector
Type: Dundas.BI.Data.DataProvidersIProviderConnector
The data connector.

Return Value

Type: Guid
The ID of the credentials provider.
See Also