Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.