Compartir a través de


Database.Accounts Property

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

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<XmlArrayAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Accounts As AccountCollection
[XmlArrayAttribute] 
[BrowsableAttribute(false)] 
public AccountCollection Accounts { get; }
[XmlArrayAttribute] 
[BrowsableAttribute(false)] 
public:
property AccountCollection^ Accounts {
    AccountCollection^ get ();
}
/** @property */
public AccountCollection get_Accounts ()
public function get Accounts () : AccountCollection

Valor de propiedad

A collection of accounts.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Database Class
Database Members
Microsoft.AnalysisServices Namespace