Condividi tramite


Account.Aliases Property

Gets the alias for the account type in Account.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

An alias for the account type.

Osservazioni

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

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Account Class
Account Members
Microsoft.AnalysisServices Namespace