Account.Aliases Property
Gets the alias for the account type in Account.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<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
Eigenschaftswert
An alias for the account type.
Hinweise
You cannot use one account type to alias another account type.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Account Class
Account Members
Microsoft.AnalysisServices Namespace