Поделиться через


Свойство 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.