Share via


Account.AccountType Property

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

'Declaration
Public Property AccountType As String
public string AccountType { get; set; }
public:
property String^ AccountType {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_AccountType ()

/** @property */
public void set_AccountType (String value)
public function get AccountType () : String

public function set AccountType (value : String)

Property Value

The name of the account type.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Account Class
Account Members
Microsoft.AnalysisServices Namespace