Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.81 KB

accounttype-element-assl.md

File metadata and controls

62 lines (47 loc) · 1.81 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
AccountType Element (ASSL) | Microsoft Docs
Learn about the AccountType property element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

AccountType Element (ASSL)

Contains the name of an account type defined in a Database element.

Syntax

  
<Account>  
   ...  
   <AccountType>...</AccountType>  
   ...  
</Account>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent elements Account
Child elements None

Remarks

The value of this element is limited to one of the strings in the following table.

Value Description
Income The account is an income account.
Expense The account is an expense account.
Flow The account is a cash flow account.
Balance The account is a balance account.
Asset The account is an asset account.
Liability The account is a liability account.
Statistical The account is a statistical account.

The enumeration corresponding to the allowed values for AccountType in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.AccountTypes.

See Also

Accounts Element (ASSL)
Properties (ASSL)