PlaceholderProviderGetCredentialsProviderId 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 (26.2.0.1000)
Syntax
public override Guid GetCredentialsProviderId(
	IProviderConnector dataConnector
)

Parameters

dataConnector  IProviderConnector
The data connector.

Return Value

Guid
The ID of the credentials provider.
See Also