Account.AccountType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the AccountType, which must be one of a set of fixed valid account types.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public string AccountType { get; set; }
public:
property String^ AccountType {
    String^ get();
    void set(String^ value);
}
member AccountType : string with get, set
Public Property AccountType As String

Property Value

Type: System.String

The name of the account type.

Remarks

The name of the account type may be Income, Expense, Flow, Balance, Asset, Liability, or Statistical.

See Also

Account Class
Microsoft.AnalysisServices Namespace

Return to top