Database.Accounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of account types that are defined in a Database element.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.AccountCollection Accounts { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Accounts : Microsoft.AnalysisServices.AccountCollection
Public ReadOnly Property Accounts As AccountCollection
Property Value
A collection of accounts.
- Attributes