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.

참고 항목

참조

Database 클래스

Microsoft.AnalysisServices 네임스페이스