Partager via


Account.Aliases Property

Gets the alias for the account type in Account.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<XmlArrayItemAttribute("Alias")> _
<XmlArrayAttribute> _
Public ReadOnly Property Aliases As StringCollection
[XmlArrayItemAttribute("Alias")] 
[XmlArrayAttribute] 
public StringCollection Aliases { get; }
[XmlArrayItemAttribute(L"Alias")] 
[XmlArrayAttribute] 
public:
property StringCollection^ Aliases {
    StringCollection^ get ();
}
/** @property */
public StringCollection get_Aliases ()
public function get Aliases () : StringCollection

Valeur de propriété

An alias for the account type.

Notes

You cannot use one account type to alias another account type.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Account Class
Account Members
Microsoft.AnalysisServices Namespace