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.

참고 항목

참조

Account 클래스

Microsoft.AnalysisServices 네임스페이스