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 (10.0.0.1002)
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
See Also