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
Property Value
An alias for the account type.
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Account Class
Account Members
Microsoft.AnalysisServices Namespace