Database.Accounts Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlArrayAttribute]
[BrowsableAttribute(false)]
public AccountCollection Accounts { get; }
public:
[XmlArrayAttribute]
[BrowsableAttribute(false)]
property AccountCollection^ Accounts {
    AccountCollection^ get();
}
[<XmlArrayAttribute>]
[<BrowsableAttribute(false)>]
member Accounts : AccountCollection with get
<XmlArrayAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Accounts As AccountCollection

Property Value

Type: Microsoft.AnalysisServices.AccountCollection

A collection of accounts.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top