Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Collections.Specialized.StringCollection
An alias for the account type.
Hinweise
You cannot use one account type to alias another account type.