Proprietà Database.Roles

Gets the collection of roles associated with a Database.

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

Vedere anche

Riferimento

Database Classe

Spazio dei nomi Microsoft.AnalysisServices