次の方法で共有


Database.Accounts プロパティ

Database 要素で定義されている勘定科目の種類のコレクションを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Accounts As AccountCollection 
    Get
'使用
Dim instance As Database 
Dim value As AccountCollection 

value = instance.Accounts
[BrowsableAttribute(false)]
public AccountCollection Accounts { get; }
[BrowsableAttribute(false)]
public:
property AccountCollection^ Accounts {
    AccountCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Accounts : AccountCollection
function get Accounts () : AccountCollection

プロパティ値

型: Microsoft.AnalysisServices.AccountCollection
勘定科目のコレクションです。

関連項目

参照

Database クラス

Microsoft.AnalysisServices 名前空間