Поделиться через


Свойство Account.Aliases

Gets the alias for the account type in Account.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property Aliases As StringCollection 
    Get
'Применение
Dim instance As Account 
Dim value As StringCollection 

value = instance.Aliases
public StringCollection Aliases { get; }
public:
property StringCollection^ Aliases {
    StringCollection^ get ();
}
member Aliases : StringCollection
function get Aliases () : StringCollection

Значение свойства

Тип: System.Collections.Specialized.StringCollection
An alias for the account type.

Замечания

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

См. также

Справочник

Account Класс

Пространство имен Microsoft.AnalysisServices