次の方法で共有


AccountType プロパティ

AccountType を取得します。値の設定も可能です。ここでは、特定の有効な勘定科目の種類から 1 つを指定する必要があります。

名前空間:  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
勘定科目の種類の名前です。

説明

勘定科目の種類の名前には、IncomeExpenseFlowBalanceAssetLiability、または Statistical を指定します。