Server.Roles 속성

Gets the collection of Roles for a database, cube, or mining model.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public ReadOnly Property Roles As RoleCollection 
    Get
‘사용 방법
Dim instance As Server 
Dim value As RoleCollection 

value = instance.Roles
public RoleCollection Roles { get; }
public:
property RoleCollection^ Roles {
    RoleCollection^ get ();
}
member Roles : RoleCollection
function get Roles () : RoleCollection

속성 값

유형: Microsoft.AnalysisServices.RoleCollection
A collection of roles.

주의

Roles indicate specific security permissions that are associated with a given database, cube, or mining model.

참고 항목

참조

Server 클래스

Microsoft.AnalysisServices 네임스페이스