Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.