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)

Eigenschaftswert

The name of the account type.

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Account Class
Account Members
Microsoft.AnalysisServices Namespace