Proprietà Server.Roles
Gets the collection of Roles for a database, cube, or mining model.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Roles As RoleCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.RoleCollection
A collection of roles.
Osservazioni
Roles indicate specific security permissions that are associated with a given database, cube, or mining model.