다음을 통해 공유


AccountType 속성

Gets or sets the AccountType, which must be one of a set of fixed valid account types.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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.