다음을 통해 공유


Roles 속성

Represents 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.