Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.