Свойство AccountType
Gets or sets the AccountType, which must be one of a set of fixed valid account types.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property AccountType As String
Get
Set
'Применение
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)
Значение свойства
Тип System. . :: . .String
The name of the account type.
Замечания
The name of the account type may be Income, Expense, Flow, Balance, Asset, Liability, or Statistical.