Aliases 屬性
Gets the alias for the account type in Account.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public ReadOnly Property Aliases As StringCollection
Get
'用途
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
屬性值
型別:System.Collections.Specialized. . :: . .StringCollection
An alias for the account type.
備註
You cannot use one account type to alias another account type.