Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the alias for the account type in Account.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Aliases As StringCollection
Get
'Usage
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
Property Value
Type: System.Collections.Specialized.StringCollection
An alias for the account type.
Remarks
You cannot use one account type to alias another account type.