Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
'Usage
Dim instance As Account
Dim value As String
value = instance.AccountType
instance.AccountType = value
public string AccountType { get; set; }
public:
property String^ AccountType {
String^ get ();
void set (String^ value);
}
member AccountType : string with get, set
function get AccountType () : String
function set AccountType (value : String)
Eigenschaftswert
Typ: System.String
The name of the account type.
Hinweise
The name of the account type may be Income, Expense, Flow, Balance, Asset, Liability, or Statistical.