Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the alias for the account type in Account.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<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
Значение свойства
An alias for the account type.
Замечания
You cannot use one account type to alias another account type.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Account Class
Account Members
Microsoft.AnalysisServices Namespace