Compartir a través de


Database.Accounts Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Accounts As AccountCollection 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AccountCollection
A collection of accounts.

Vea también

Referencia

Database Clase

Espacio de nombres Microsoft.AnalysisServices