Account.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.