ITenantsProviderImportRecord Method |
Imports a tenant to the underlying storage mechanism.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxbool ImportRecord(
TenantData tenant
)
Function ImportRecord (
tenant As TenantData
) As Boolean
bool ImportRecord(
TenantData^ tenant
)
abstract ImportRecord :
tenant : TenantData -> bool
Parameters
- tenant
- Type: Dundas.BI.AccountServices.ExtensibilityTenantData
The tenant to be imported.
Return Value
Type:
Boolean if a new tenant was imported; otherwise
.
Exceptions
Remarks
If the tenant exists, the tenant should be updated; otherwise, the tenant should be added with the ID being preserved.
See Also