共用方式為


Accounts 屬性

Gets the collection of account types that are defined in a Database element.

命名空間:  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
A collection of accounts.