Database.Accounts 属性
Gets the collection of account types that are defined in a Database element.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Accounts As AccountCollection
Get
用法
Dim instance As Database
Dim value As AccountCollection
value = instance.Accounts
[BrowsableAttribute(false)]
public AccountCollection Accounts { get; }
[BrowsableAttribute(false)]
public:
property AccountCollection^ Accounts {
AccountCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Accounts : AccountCollection
function get Accounts () : AccountCollection
属性值
类型:Microsoft.AnalysisServices.AccountCollection
A collection of accounts.