IAccountsProviderExportRecord Method |
Export an account from the underlying storage mechanism.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxAccountData ExportRecord(
Guid accountId
)
Function ExportRecord (
accountId As Guid
) As AccountData
AccountData^ ExportRecord(
Guid accountId
)
abstract ExportRecord :
accountId : Guid -> AccountData
Parameters
- accountId
- Type: SystemGuid
The ID of the account to be exported.
Return Value
Type:
AccountDataThe account data to be exported.
Exceptions| Exception | Condition |
|---|
| NotFoundException | An account with the given ID does not exist. |
| NotSupportedException | The accounts provider does not support modify operations. |
See Also